diff options
| author | Bobby <[email protected]> | 2026-01-16 12:24:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-01-16 12:24:20 +0530 |
| commit | 9df5dd0018d942ae1208308a60589e1124e6bc66 (patch) | |
| tree | 012517d181f688ff63e71fd3838445a1e3584b20 | |
| parent | a50cb9d90dc3fb8c5169021bea4f67b4cd828a0c (diff) | |
| download | metachan-9df5dd0018d942ae1208308a60589e1124e6bc66.tar.xz metachan-9df5dd0018d942ae1208308a60589e1124e6bc66.zip | |
Enable GitHub Pages configuration in documentation workflow
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cad1658..3e585d9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,6 +42,8 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 + with: + enablement: true - name: Upload artifact uses: actions/upload-pages-artifact@v3 |
