Skip to content

Commit

Permalink
ci: fix gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 20, 2025
1 parent b9c16b5 commit 5eeeb24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permissions: {}
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write # Needed to create commits
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5eeeb24

Please sign in to comment.