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 ee8d045 commit 4413608Copy full SHA for 4413608
1 file changed
.github/workflows/api-docs.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
17
+ with:
18
+ persist-credentials: false
19
20
- name: Install doxygen
21
run: sudo apt-get install doxygen
@@ -37,8 +39,9 @@ jobs:
37
39
38
40
41
with:
- repository: cmusphinx/cmusphinx.github.io
42
ssh-key: ${{ secrets.SSH_DEPLOY_KEY }}
43
44
+ repository: git@github.com:cmusphinx/cmusphinx.github.io
45
46
- name: Remove Previous Docs
47
run: rm -rf doc/pocketsphinx
0 commit comments