File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
# calls our general CI workflows (tests, coverage, profile, etc.)
20
20
tests :
21
21
# Important: make sure to update the SHA after making any changes to the CI workflow
22
- uses : pydata/pydata-sphinx-theme/.github/workflows/CI.yml@4a1e7898d6c92dade5e489684277ab4ffd0eb053
22
+ uses : pydata/pydata-sphinx-theme/.github/workflows/CI.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
23
23
# only run this workflow for pydata owned repositories (avoid forks)
24
24
if : github.repository_owner == 'pydata'
25
25
# needed for the coverage action
30
30
# calls our docs workflow (build docs, check broken links, lighthouse)
31
31
docs :
32
32
# Important: make sure to update the SHA after making any changes to the docs workflow
33
- uses : pydata/pydata-sphinx-theme/.github/workflows/docs.yml@4a1e7898d6c92dade5e489684277ab4ffd0eb053
33
+ uses : pydata/pydata-sphinx-theme/.github/workflows/docs.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
34
34
# only run this workflow for pydata owned repositories (avoid forks)
35
35
if : github.repository_owner == 'pydata'
36
36
You can’t perform that action at this time.
0 commit comments