Skip to content

Commit bc405e4

Browse files
Update Build Documentation Workflow
An attempt to fix the build documentation workflow that's failing on main.
1 parent d51f3ad commit bc405e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: [self-hosted, macOS]
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Build Documentation
1212
run: exec ./.github/scripts/build-docc.sh
1313
- name: Init new repo in dist folder and commit generated files
@@ -20,7 +20,7 @@ jobs:
2020
git commit -m 'deploy'
2121
2222
- name: Force push to destination branch
23-
uses: ad-m/github-push-action@v0.6.0
23+
uses: ad-m/github-push-action@v0.8.0
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
branch: docs

0 commit comments

Comments
 (0)