Skip to content

Commit 7dbf845

Browse files
committed
Progress on deploy_github_pages
1 parent f92f055 commit 7dbf845

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy_github_pages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18+
19+
- uses: actions/checkout@main
20+
1821
- name: Build static files
1922
id: build
2023
run: make build_language_reference_docker
@@ -28,7 +31,7 @@ jobs:
2831
2932
- name: Upload static files as artifact
3033
id: deployment
31-
uses: actions/upload-pages-artifact@v4
34+
uses: actions/upload-pages-artifact@main
3235
with:
3336
path: build/
3437

@@ -41,4 +44,4 @@ jobs:
4144
steps:
4245
- name: Deploy to GitHub Pages
4346
id: deployment
44-
uses: actions/deploy-pages@v4
47+
uses: actions/deploy-pages@main

0 commit comments

Comments
 (0)