Skip to content

Commit

Permalink
*buzzer* aw dangit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtlessAvian committed Oct 16, 2024
1 parent aaa8e87 commit 8b2a79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
mkdir -v -p build/web
godot -v --headless --path godot/ --export-debug "Web" ./build/web/index.html
godot -v --headless --path godot/ --export-debug "Web" ../build/web/index.html
- uses: actions/upload-artifact@v4
with:
Expand All @@ -97,4 +97,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/web # The folder the action should deploy.
folder: .

0 comments on commit 8b2a79b

Please sign in to comment.