diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index ac571f1..210c0ad 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -59,11 +59,10 @@ jobs: --gc \ --minify \ --baseURL "${{ steps.pages.outputs.base_url }}/" - tar -czf github-pages.tar -C ./public . - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: ./ + path: ./atscale/public # Deployment job deploy: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77b6195 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +atscale/public/* +atscale/resources/_gen/*