diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a03427c..3c78940 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,7 +31,7 @@ jobs: run: | find . -name "*.html" -exec tidy -e {} + || echo "Minor warnings found, but proceeding." - name: Set up Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: 'pip'