File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
branches :
9
- - ' * '
9
+ - " * "
10
10
11
11
permissions : {}
12
12
@@ -15,13 +15,13 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
with :
20
20
persist-credentials : false
21
21
- name : Setup Python
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
23
23
with :
24
- python-version : ' 3.11'
24
+ python-version : " 3.11"
25
25
- name : Install the dependencies
26
26
run : |
27
27
python -m pip install -r requirements.txt
30
30
cp README.md content
31
31
jupyter lite build --contents content --output-dir dist
32
32
- name : Upload artifact
33
- uses : actions/upload-pages-artifact@v3
33
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
34
34
with :
35
35
path : ./dist
36
36
49
49
steps :
50
50
- name : Deploy to GitHub Pages
51
51
id : deployment
52
- uses : actions/deploy-pages@v4
52
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
You can’t perform that action at this time.
0 commit comments