mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
Add checkout step to publish-to-pages job
The gh CLI needs to be run in a git repository to download release assets. Add checkout step before downloading release assets. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5ef58495bb
commit
75ec5c49a9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-pages.yml
vendored
3
.github/workflows/publish-pages.yml
vendored
|
|
@ -45,6 +45,9 @@ jobs:
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download web build artifact
|
- name: Download web build artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue