diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index e60606655c..9bf2805c5b 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -35,6 +35,7 @@ jobs: - run: BUILD=1 ./bin/build-site.js - run: mv ./docs/_site ./_site - run: ls ./_site + - run: ls ./_site/static - name: upload artifact uses: actions/upload-pages-artifact@v2