Skip to content

Commit

Permalink
Disable Pages deployment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Apr 15, 2024
1 parent dc3a30b commit ddbb99d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
# TODO/FIXME - disabled for now, remove or re-enable eventually
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4

0 comments on commit ddbb99d

Please sign in to comment.