diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d2f4d0b..8b37bf2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -24,8 +24,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: ./ - working-directory: ./ + path: ./godot/web_export/ - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/.htaccess b/.htaccess deleted file mode 100644 index ffd086a..0000000 --- a/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -Header set Cross-Origin-Opener-Policy "same-origin" -Header set Cross-Origin-Embedder-Policy "require-corp" \ No newline at end of file