Skip to content

Commit

Permalink
Fix missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 11, 2024
1 parent 7020eb4 commit c342280
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
with:
repository: freifunk-gluon/gluon
ref: ${{ env.GLUON_RELEASE }}
- uses: actions/checkout@v4
with:
path: site
- run: |
"targets=$(make list-targets)" >> $GITHUB_OUTPUT
echo "targets=$(make list-targets)" >> $GITHUB_OUTPUT
id: list
build:
Expand Down

0 comments on commit c342280

Please sign in to comment.