Skip to content

Commit 9b197af

Browse files
authored
Update pages-deploy.yml
1 parent 917489f commit 9b197af

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
env:
4646
JEKYLL_ENV: "production"
4747

48-
- name: Debug _site directory
49-
run: |
50-
echo "Base path: _site"
51-
ls -R "_site"
52-
5348
- name: Test site
5449
run: |
5550
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
@@ -71,4 +66,4 @@ jobs:
7166
steps:
7267
- name: Deploy to GitHub Pages
7368
id: deployment
74-
uses: actions/deploy-pages@v2
69+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)