Skip to content

Commit bb2ed4c

Browse files
committed
Remove dupe step
1 parent 8024fef commit bb2ed4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/eleventy.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,13 @@ jobs:
3838
- run: npm install
3939
- run: npm run build
4040
- name: Setup Pages
41-
uses: actions/configure-pages@v4
41+
id: pages
42+
uses: actions/configure-pages@v5
4243
- name: Upload artifact
4344
uses: actions/upload-pages-artifact@v3
4445
with:
4546
# Upload _site folder
4647
path: './_site'
47-
- name: Setup Pages
48-
id: pages
49-
uses: actions/configure-pages@v5
5048
deploy:
5149
environment:
5250
name: github-pages

0 commit comments

Comments
 (0)