Skip to content

Commit ddbb99d

Browse files
Disable Pages deployment for now
1 parent dc3a30b commit ddbb99d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@v3
3838
with:
3939
path: '.'
40-
- name: Deploy to GitHub Pages
41-
id: deployment
42-
uses: actions/deploy-pages@v4
40+
# TODO/FIXME - disabled for now, remove or re-enable eventually
41+
# - name: Deploy to GitHub Pages
42+
# id: deployment
43+
# uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)