Skip to content

Commit

Permalink
fix gh action pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitasi committed Sep 23, 2023
1 parent b6314ee commit 36dc041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Generate HTML
run: cargo run --release
working-directory: ./website
- name: Copy bundle.css
run: cp ./target/csm/bundle.css dist/
working-directory: ./website
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
working-directory: ./website
with:
path: dist/

Expand Down

0 comments on commit 36dc041

Please sign in to comment.