diff --git a/.github/workflows/gitterra.yml b/.github/workflows/gitterra.yml index 2763e21..982e913 100644 --- a/.github/workflows/gitterra.yml +++ b/.github/workflows/gitterra.yml @@ -35,14 +35,11 @@ jobs: - uses: actions/download-artifact@v4 with: name: gitterra - - name: Show resulting files - run: ls -l - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository path: "." - name: Deploy to GitHub Pages id: deployment