Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fb0sh authored Nov 10, 2024
1 parent 8b4f0d1 commit 3e5c79b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:

jobs:
build:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -22,11 +25,3 @@ jobs:
run: npm run build
- name: Deploy GitHub Pages site
uses: actions/[email protected]
with:
token: ${{ github.token }}






0 comments on commit 3e5c79b

Please sign in to comment.