Skip to content

Commit d31d5a7

Browse files
update altdoc action (#490)
1 parent 2fc8dac commit d31d5a7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/altdoc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
# Only restrict concurrency for non-PR jobs
1818
concurrency:
1919
group: altdoc-${{ github.event_name != 'pull_request' || github.run_id }}
20-
env:
21-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
20+
# env:
21+
# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2222
permissions:
2323
contents: write
2424
steps:
@@ -35,13 +35,13 @@ jobs:
3535
- name: Dependencies
3636
run: ./run.sh install_all
3737

38-
- name: Altdoc deps
39-
run: ./run.sh install_r future.apply
38+
- name: Altdoc and deps
39+
run: ./run.sh install_r altdoc future.apply
4040

41-
- name: Altdoc from GitHub
42-
run: |
43-
export GITHUB_PAT=${{ secrets.GH_TOKEN }}
44-
./run.sh install_github etiennebacher/altdoc
41+
# - name: Altdoc from GitHub
42+
# run: |
43+
# export GITHUB_PAT=${{ secrets.GH_TOKEN }}
44+
# ./run.sh install_github etiennebacher/altdoc
4545

4646
- name: Build site
4747
run: |

0 commit comments

Comments
 (0)