Skip to content

Commit

Permalink
Add back checkout step to deploy-web.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanodeath committed Jul 9, 2024
1 parent c03197a commit 5619f57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
# Grants permissions required to write to gh-pages branch.
contents: write
steps:
# We still need this checkout because github-pages-deploy-action expects it.
- name: Checkout
uses: actions/checkout@v2
- name: Download Artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 5619f57

Please sign in to comment.