Skip to content

Commit 97fd16b

Browse files
Refactor GitHub Actions workflow by removing unnecessary Pages configuration options
1 parent f935694 commit 97fd16b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99
contents: write
1010
pages: write
1111
id-token: write
12-
actions: write
1312

1413
concurrency:
1514
group: 'pages'
@@ -54,8 +53,6 @@ jobs:
5453

5554
- name: Setup Pages
5655
uses: actions/configure-pages@v4
57-
with:
58-
enablement: true
5956

6057
- name: Upload artifact
6158
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)