Skip to content

Commit

Permalink
I think I needed this :P
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jul 5, 2024
1 parent 9a49dfa commit 5ac1ea0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,20 @@ jobs:
with:
# this should match the `pages` option in your adapter-static options
path: 'build/'

deploy:
needs: build_site
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write

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

steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 5ac1ea0

Please sign in to comment.