We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257fa44 commit a4eba3cCopy full SHA for a4eba3c
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
with:
17
fetch-depth: 0
18
- name: Install mdbook
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
./generate-book.py
26
- name: Upload Artifact
27
- uses: actions/[email protected]
+ uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
28
29
path: ./book
30
@@ -42,4 +42,4 @@ jobs:
42
43
44
- id: deployment
45
+ uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4
0 commit comments