We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ae59f commit 804fb30Copy full SHA for 804fb30
.github/workflows/deploy-pages.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Configure Pages
32
uses: actions/configure-pages@v5
33
+ with:
34
+ enablement: true
35
36
- name: Install dependencies
37
run: npm ci
.github/workflows/preview-pages.yml
@@ -32,6 +32,8 @@ jobs:
38
- name: Build preview site bundle
39
run: |
0 commit comments