Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed Dec 23, 2023
1 parent 8d02bba commit d05c002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
fetch-depth: 0
- run: rustup update
- run: cargo run --package progress-tracker --release -- . _site
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
deploy:
needs: build
permissions:
id-token: write
pages: write
runs-on: ubuntu-latest
steps:
- uses: actions/deploy-pages@v3
- uses: actions/deploy-pages@v4

0 comments on commit d05c002

Please sign in to comment.