File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : " Checkout"
30
- uses : " actions/checkout@v4" # tested with v4.0.0
30
+ uses : " actions/checkout@v4"
31
31
with :
32
32
# With shallow clone the "Last updated" timestamp can not get computed
33
33
# See "Caveats" at https://pypi.org/project/sphinx-last-updated-by-git
37
37
# Pin micromamba version because of following issue:
38
38
# https://github.com/mamba-org/setup-micromamba/issues/225
39
39
- name : " Setup conda environment with micromamba"
40
- uses : " mamba-org/setup-micromamba@v2" # tested with v2.0.1
40
+ uses : " mamba-org/setup-micromamba@v2"
41
41
with :
42
42
environment-file : " conda-environment.yml"
43
43
micromamba-version : 1.5.10-0
52
52
# This could potentially be run only when we intent to deploy...
53
53
# ...but it can be useful to have the artifact for debugging
54
54
# if: "github.ref_name == github.event.repository.default_branch"
55
- uses : " actions/upload-pages-artifact@v3" # tested with v3.0.1
55
+ uses : " actions/upload-pages-artifact@v3"
56
56
with :
57
57
path : " docs/build/html"
58
58
@@ -74,10 +74,10 @@ jobs:
74
74
75
75
steps :
76
76
- name : " Setup GitHub Pages"
77
- uses : " actions/configure-pages@v5" # tested with v5.0.0
77
+ uses : " actions/configure-pages@v5"
78
78
79
79
- name : " Deploy to GitHub Pages"
80
80
id : " deployment"
81
- uses : " actions/deploy-pages@v4" # tested with 4.0.5
81
+ uses : " actions/deploy-pages@v4"
82
82
83
83
... # EOF
You can’t perform that action at this time.
0 commit comments