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:
4646
4747jobs :
4848 # 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
4950 deploy :
5051 environment :
5152 name : github-pages
5253 url : ${{steps.deployment.outputs.page_url}}
53- runs-on : ubuntu-latest
54+ runs-on : ubuntu-24.04
5455
5556 steps :
5657 - name : Checkout
7071 run : npm install -C website
7172
7273 - 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
7775
7876 - name : Setup Pages
7977 # https://github.com/actions/configure-pages
You can’t perform that action at this time.
0 commit comments