Skip to content

Commit c5288c3

Browse files
committed
re-generate workflows
1 parent 398686b commit c5288c3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ concurrency:
4646

4747
jobs:
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
@@ -70,10 +71,7 @@ jobs:
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

0 commit comments

Comments
 (0)