File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments