We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92f055 commit 7dbf845Copy full SHA for 7dbf845
1 file changed
.github/workflows/deploy_github_pages.yml
@@ -15,6 +15,9 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
steps:
18
+
19
+ - uses: actions/checkout@main
20
21
- name: Build static files
22
id: build
23
run: make build_language_reference_docker
@@ -28,7 +31,7 @@ jobs:
28
31
29
32
- name: Upload static files as artifact
30
33
id: deployment
- uses: actions/upload-pages-artifact@v4
34
+ uses: actions/upload-pages-artifact@main
35
with:
36
path: build/
37
@@ -41,4 +44,4 @@ jobs:
41
44
42
45
- name: Deploy to GitHub Pages
43
46
- uses: actions/deploy-pages@v4
47
+ uses: actions/deploy-pages@main
0 commit comments