Skip to content

Commit

Permalink
Merge pull request #18 from ReactiveBayes/bvdmitri-pages-permissions
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
bvdmitri authored Jan 10, 2024
2 parents 79d6eaa + f93bee9 commit 6679884
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
deploy:
permissions:
pages: write
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -31,4 +33,4 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: ./public

0 comments on commit 6679884

Please sign in to comment.