Skip to content

Commit

Permalink
Updated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreavn committed Aug 17, 2024
1 parent 3d95f16 commit c0ef0ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write

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

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit c0ef0ef

Please sign in to comment.