Skip to content

Commit f7d8208

Browse files
authored
Fix script path for downloading GitHub Pages artifact
Signed-off-by: Eric Deandrea <[email protected]>
1 parent 39365f5 commit f7d8208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ jobs:
4747

4848
- name: Download existing GitHub Pages artifact
4949
continue-on-error: true
50-
working-directory: .github/scripts
5150
env:
5251
GH_TOKEN: ${{ github.token }}
5352
REPO: ${{ github.repository }}
54-
run: ./get-current-gh-pages.sh
53+
run: .github/scripts/get-current-gh-pages.sh
5554

5655
- name: Generate documentation
5756
run: ./gradlew --console=plain :docs:build

0 commit comments

Comments
 (0)