Skip to content

Commit

Permalink
ci fixes for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Aug 2, 2024
1 parent fdc31bd commit e188de6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
run: "cargo binstall --no-confirm trunk"
- name: Build website
run: "cd site && trunk build"
- name: Upload site artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'site/dist/'

deploy-site:
# Deploy to the github-pages environment
Expand All @@ -71,13 +76,5 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'site/dist/'
- id: deployment
name: Deploy to GitHub Pages
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v3
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [Unreleased]
# [0.5.1] - 2024-08-02

## Changed

Expand Down

0 comments on commit e188de6

Please sign in to comment.