Skip to content

Commit

Permalink
Setup gh-pages the recommended way
Browse files Browse the repository at this point in the history
  • Loading branch information
recke96 committed Mar 22, 2024
1 parent b35eab3 commit f68eb61
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,23 @@ jobs:
done
- name: Upload Download Page
uses: actions/upload-pages-artifact@v3
- name: Deploy Pages

deploy:
needs: release

permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

# Specify runner + deployment step
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4


Expand Down

0 comments on commit f68eb61

Please sign in to comment.