File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
28
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
29
29
- name : Install, build, and upload documentation
30
30
uses : withastro/action@9a7959a16949e620a22e74f81c10cb7ce3b76924
31
31
with :
32
32
path : ./docs
33
33
- name : Upload artifact
34
- uses : actions/upload-pages-artifact@027b0ddc3de8dbe7e5a699814c4508ca8ecefc5f
34
+ uses : actions/upload-pages-artifact@2d163be3ddce01512f3eea7ac5b7023b5d643ce1
35
35
with :
36
36
path : ./docs/dist
37
37
45
45
steps :
46
46
- name : Deploy to GitHub Pages
47
47
id : deployment
48
- uses : actions/deploy-pages@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10
48
+ uses : actions/deploy-pages@854d7aa1b99e4509c4d1b53d69b7ba4eaf39215a
You can’t perform that action at this time.
0 commit comments