Skip to content

Commit

Permalink
fix github pages job
Browse files Browse the repository at this point in the history
Change-Id: Iecb1cf7324e68085972d706a52bd0aef76d4ae94
  • Loading branch information
aojea committed Dec 17, 2024
1 parent 48469aa commit 257c9e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ on:
- main
paths:
- 'site/**'
- '.github/workflows/deploy-github-pages.yml'
pull_request:
paths:
- 'site/**'
- '.github/workflows/deploy-github-pages.yml'

permissions:
contents: read
pages: write
id-token: write
contents: write

env:
REPO_NAME: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -55,3 +57,4 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site/public

0 comments on commit 257c9e9

Please sign in to comment.