Skip to content

Commit 289e9ee

Browse files
authored
Merge pull request #14910 from milzi234/bugfix/push-docs-to-web1
Install inv before using it
2 parents 803699e + f41b9ae commit 289e9ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ jobs:
230230
echo "Error: The following secrets/variables are missing: ${missing_secrets[*]}"
231231
exit 1
232232
fi
233+
- uses: PowerDNS/pdns/set-ubuntu-mirror@meta
234+
- uses: actions/checkout@v4
235+
- run: build-scripts/gh-actions-setup-inv-no-dist-upgrade
233236
- uses: actions/download-artifact@v4
234237
with:
235238
path: artifacts

0 commit comments

Comments
 (0)