Skip to content

Commit

Permalink
Fix uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
rares45 committed May 20, 2024
1 parent 8c529c5 commit 99917f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ on:

jobs:
build:
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -41,6 +48,9 @@ jobs:
- name: Build release
run: trunk build --release
working-directory: ./polybius-web

- name: Configure GitHub Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 99917f9

Please sign in to comment.