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 b0cb1ce commit 2eaf747Copy full SHA for 2eaf747
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v6
+ uses: actions/checkout@v5
20
21
- name: Install SiraDoc
22
run: npm install --global @siradoc/siradoc
@@ -37,7 +37,6 @@ jobs:
37
run: |
38
git config user.name github-actions
39
git config user.email [email protected]
40
- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
41
42
- name: Push to pages
43
continue-on-error: true
0 commit comments