Skip to content

Commit

Permalink
Add back yaml for pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed May 1, 2024
1 parent 7a8422f commit 8ef74cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
path: ./dist
deploy-web:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8ef74cb

Please sign in to comment.