Skip to content

Commit 4413608

Browse files
committed
fix(ci): try it again (curses!)
1 parent ee8d045 commit 4413608

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/api-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
17+
with:
18+
persist-credentials: false
1719

1820
- name: Install doxygen
1921
run: sudo apt-get install doxygen
@@ -37,8 +39,9 @@ jobs:
3739
- name: Checkout
3840
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
3941
with:
40-
repository: cmusphinx/cmusphinx.github.io
4142
ssh-key: ${{ secrets.SSH_DEPLOY_KEY }}
43+
persist-credentials: false
44+
repository: git@github.com:cmusphinx/cmusphinx.github.io
4245

4346
- name: Remove Previous Docs
4447
run: rm -rf doc/pocketsphinx

0 commit comments

Comments
 (0)