We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51f3ad commit bc405e4Copy full SHA for bc405e4
.github/workflows/build-documentation.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: [self-hosted, macOS]
8
steps:
9
- name: Checkout repository
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
- name: Build Documentation
12
run: exec ./.github/scripts/build-docc.sh
13
- name: Init new repo in dist folder and commit generated files
@@ -20,7 +20,7 @@ jobs:
20
git commit -m 'deploy'
21
22
- name: Force push to destination branch
23
- uses: ad-m/github-push-action@v0.6.0
+ uses: ad-m/github-push-action@v0.8.0
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
branch: docs
0 commit comments