Skip to content

Commit

Permalink
remove pages persmissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Apr 15, 2024
1 parent 2d83b17 commit e708eec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

permissions:
contents: read
pages: write
#pages: write
id-token: write # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
Expand All @@ -33,12 +33,12 @@ jobs:
run: pip install pylatex
- name: Build docs
run: python3 docs-generator.py
#- name: Setup Pages
# uses: actions/configure-pages@v5
#- name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: '.' # Upload entire repository, TODO ONLY UPLOAD THE HTML AND PDF
#- name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '.' # Upload entire repository, TODO ONLY UPLOAD THE HTML AND PDF
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit e708eec

Please sign in to comment.