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 e1da93a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ 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
with:
path: dist/
path: ./website/dist/

# Deployment job
deploy:
Expand Down

0 comments on commit e1da93a

Please sign in to comment.