Skip to content

Commit b4f7d18

Browse files
committed
ci: explicitly enable GitHub Pages in the deploy workflow configuration.
1 parent 833c999 commit b4f7d18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- name: Setup Pages
4343
id: pages
4444
uses: actions/configure-pages@v5
45+
with:
46+
enablement: true
4547
- name: Create directory for user-specific executable files
4648
run: |
4749
mkdir -p "${HOME}/.local"

0 commit comments

Comments
 (0)