Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elPandaFriki authored Apr 26, 2024
1 parent 55ebfac commit 8031d6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
cancel-in-progress: true
jobs:
deploy:
permissions:
pages: write;
id-token: write;
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -26,7 +29,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 8031d6c

Please sign in to comment.