From e708eecb124ab91819ca9d6111a7f1ead738f5df Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Mon, 15 Apr 2024 16:53:02 -0400 Subject: [PATCH] remove pages persmissions --- .github/workflows/generate_docs.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index bead014..0149030 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -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. @@ -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