Commit eb1c3b5 1 parent 9996656 commit eb1c3b5 Copy full SHA for eb1c3b5
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- name : Setup Python
24
24
uses : actions/setup-python@v5
25
25
with :
50
50
run : echo "live.sympy.org" > ./_output/CNAME
51
51
52
52
- name : Upload (dist)
53
- uses : actions/upload-artifact@v4
53
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
54
54
with :
55
55
name : jupyterlite-demo-dist-${{ github.run_number }}
56
56
path : ./_output
@@ -63,14 +63,14 @@ jobs:
63
63
steps :
64
64
- name : Checkout
65
65
66
- - uses : actions/download-artifact@v4
66
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67
67
with :
68
68
name : jupyterlite-demo-dist-${{ github.run_number }}
69
69
path : ./dist
70
70
merge-multiple : true
71
71
72
72
- name : Deploy
73
- uses : JamesIves/github-pages-deploy-action@4.1.3
73
+ uses : JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
74
74
with :
75
75
branch : gh-pages
76
76
folder : dist
You can’t perform that action at this time.
0 commit comments