We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917489f commit 9b197afCopy full SHA for 9b197af
1 file changed
.github/workflows/pages-deploy.yml
@@ -45,11 +45,6 @@ jobs:
45
env:
46
JEKYLL_ENV: "production"
47
48
- - name: Debug _site directory
49
- run: |
50
- echo "Base path: _site"
51
- ls -R "_site"
52
-
53
- name: Test site
54
run: |
55
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
@@ -71,4 +66,4 @@ jobs:
71
66
steps:
72
67
- name: Deploy to GitHub Pages
73
68
id: deployment
74
- uses: actions/deploy-pages@v2
69
+ uses: actions/deploy-pages@v4
0 commit comments