File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,12 @@ concurrency:
46
46
47
47
jobs :
48
48
# Single deploy job since we're just deploying
49
+ # https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
49
50
deploy :
50
51
environment :
51
52
name : github-pages
52
53
url : ${{steps.deployment.outputs.page_url}}
53
- runs-on : ubuntu-latest
54
+ runs-on : ubuntu-24.04
54
55
55
56
steps :
56
57
- name : Checkout
70
71
run : npm install -C website
71
72
72
73
- name : Generate Docusaurus
73
- run : |
74
- cat website/docusaurus.config.ts
75
- npm run build -C website
76
- cat website/build/index.html
74
+ run : npm run build -C website
77
75
78
76
- name : Setup Pages
79
77
# https://github.com/actions/configure-pages
You can’t perform that action at this time.
0 commit comments