Skip to content

Commit

Permalink
update page deploy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed May 13, 2024
1 parent 06704fe commit 1b632fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow-rebuild-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
Expand All @@ -26,9 +27,9 @@ jobs:
run: |
cargo run -- results
- name: Store generated html
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./site
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 1b632fd

Please sign in to comment.