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 9
9
name : Run CircleCI artifacts redirector
10
10
steps :
11
11
- name : GitHub Action step
12
- uses : larsoner /circleci-artifacts-redirector-action@master
12
+ uses : scientific-python /circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1.0
13
13
with :
14
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
15
api-token : ${{ secrets.CIRCLECI_TOKEN }}
Original file line number Diff line number Diff line change 1
1
name : GitHub Pages
2
+ permissions :
3
+ contents : read
2
4
3
5
on :
4
6
push :
13
15
steps :
14
16
- name : checkout
15
17
uses : actions/checkout@v3
18
+ with :
19
+ persist-credentials : false
16
20
17
21
- name : Install Python
18
22
uses : actions/setup-python@v4
28
32
make -C docs html O="-t release"
29
33
30
34
- name : Deploy
31
- uses : peaceiris/actions-gh-pages@v3
35
+ uses : peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
32
36
with :
33
37
github_token : ${{ secrets.GITHUB_TOKEN }}
34
38
publish_dir : ./docs/build/html
You can’t perform that action at this time.
0 commit comments