diff options
| author | Bobby <[email protected]> | 2026-04-22 07:56:14 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 07:56:14 +0530 |
| commit | 4938bd9e1454769f5cc338ba9fab437eaa7e8f58 (patch) | |
| tree | 6ffb701fa5820986781d07a3b331353a8983f5f9 /.github | |
| parent | 6e8adbaabedba12e81bf0fdfe3dc42108255bd11 (diff) | |
| download | hollowdark-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')
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
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 |
