We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3389847 commit 429a002Copy full SHA for 429a002
1 file changed
.github/workflows/pages.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Debug site output
56
run: |
57
echo "=== en/index.html Inhalt ==="
58
- cat _site/en/index.html
+ cat _site/en/index.html | grep -i "redirect\|refresh\|location\|canonical"
59
- name: Upload artifact
60
# Automatically uploads an artifact from the './_site' directory by default
61
uses: actions/upload-pages-artifact@v4
0 commit comments