Skip to content

Commit

Permalink
Merge pull request #14910 from milzi234/bugfix/push-docs-to-web1
Browse files Browse the repository at this point in the history
Install inv before using it
  • Loading branch information
Habbie authored Dec 2, 2024
2 parents 803699e + f41b9ae commit 289e9ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ jobs:
echo "Error: The following secrets/variables are missing: ${missing_secrets[*]}"
exit 1
fi
- uses: PowerDNS/pdns/set-ubuntu-mirror@meta
- uses: actions/checkout@v4
- run: build-scripts/gh-actions-setup-inv-no-dist-upgrade
- uses: actions/download-artifact@v4
with:
path: artifacts
Expand Down

0 comments on commit 289e9ee

Please sign in to comment.