Skip to content

Commit 2eaf747

Browse files
committed
ci: rev checkout 5
1 parent b0cb1ce commit 2eaf747

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v5
2020

2121
- name: Install SiraDoc
2222
run: npm install --global @siradoc/siradoc
@@ -37,7 +37,6 @@ jobs:
3737
run: |
3838
git config user.name github-actions
3939
git config user.email [email protected]
40-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
4140
4241
- name: Push to pages
4342
continue-on-error: true

0 commit comments

Comments
 (0)