diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b921ce5..6f97695 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,6 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v5 + - run: ls - run: cp -r ./artifact ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3