Skip to content

Commit

Permalink
dont deploy to pages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Apr 15, 2024
1 parent d5db86a commit 2d83b17
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 2d83b17

Please sign in to comment.