diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index d6f7943df3..6d4ae600d0 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -30,7 +30,7 @@ jobs: # "Refaster rules" terminology on our website and in the code. run: bundle exec htmlproofer --disable_external true --check-external-hash false ./_site - name: Upload website as artifact - uses: actions/upload-pages-artifact@v1.0.4 + uses: actions/upload-pages-artifact@v1.0.5 with: path: ./website/_site deploy: