aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-04-22 07:56:14 +0530
committerBobby <[email protected]>2026-04-22 07:56:14 +0530
commit4938bd9e1454769f5cc338ba9fab437eaa7e8f58 (patch)
tree6ffb701fa5820986781d07a3b331353a8983f5f9 /.github/workflows
parent6e8adbaabedba12e81bf0fdfe3dc42108255bd11 (diff)
downloadhollowdark-4938bd9e1454769f5cc338ba9fab437eaa7e8f58.tar.xz
hollowdark-4938bd9e1454769f5cc338ba9fab437eaa7e8f58.zip
Strip comments from CSS, YAML, gitignore, JS configs; JSDoc-on-declarations is the only allowed comment
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c8e6671..5a5e234 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -41,10 +41,6 @@ jobs:
env:
BASE_PATH: /${{ github.event.repository.name }}
- # Pages must be enabled once in Settings → Pages with Source set to
- # "GitHub Actions". The workflow's GITHUB_TOKEN can't provision the
- # site itself (creating a Pages site is administration-scoped, beyond
- # the `pages: write` permission this workflow holds).
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3