File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /" # Location of your workflow files
6+ schedule :
7+ interval : " weekly" # Options: daily, weekly, monthly
Original file line number Diff line number Diff line change 99 name : Run CircleCI artifacts redirector
1010 steps :
1111 - name : GitHub Action step
12- uses : larsoner /circleci-artifacts-redirector-action@master
12+ uses : scientific-python /circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1.0
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1515 api-token : ${{ secrets.CIRCLECI_TOKEN }}
Original file line number Diff line number Diff line change 11name : GitHub Pages
2+ permissions :
3+ contents : read
24
35on :
46 push :
1315 steps :
1416 - name : checkout
1517 uses : actions/checkout@v3
18+ with :
19+ persist-credentials : false
1620
1721 - name : Install Python
1822 uses : actions/setup-python@v4
2832 make -C docs html O="-t release"
2933
3034 - name : Deploy
31- uses : peaceiris/actions-gh-pages@v3
35+ uses : peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
3236 with :
3337 github_token : ${{ secrets.GITHUB_TOKEN }}
3438 publish_dir : ./docs/build/html
You can’t perform that action at this time.
0 commit comments