Skip to content

Commit 10282b8

Browse files
committed
test
1 parent 597843f commit 10282b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
ref: development
4848

4949
- name: Sync and commit documentation
50-
with:
51-
token: ${{ secrets.GITHUB_TOKEN }}
5250
run: |
5351
# Create temporary backup directory
5452
mkdir -p temp_backup
@@ -151,6 +149,8 @@ jobs:
151149
git commit -m "Update documentation"
152150
git push origin development
153151
fi
152+
with:
153+
token: ${{ secrets.GITHUB_TOKEN }}
154154

155155
# Build job
156156
build:

0 commit comments

Comments
 (0)