Skip to content

Commit 7241090

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
This update includes the following:
* Publishes the "Proto Serialization is not Cannoical" topic * Updates the documentation publishing script to accommodate the move to Node 20 on GitHub PiperOrigin-RevId: 623514390 Change-Id: I80fa75dc9fcd7bc3d51906653008979adbc0ec31
1 parent 7769370 commit 7241090

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
submodules: true # Fetch Hugo themes (true OR recursive)
1818
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1919

20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 20
23+
2024
- name: Setup Hugo
21-
uses: peaceiris/actions-hugo@v2
25+
uses: peaceiris/actions-hugo@v3
2226
with:
2327
hugo-version: 'latest'
2428
extended: true
@@ -30,9 +34,9 @@ jobs:
3034
run: hugo --minify
3135

3236
- name: Deploy
33-
uses: peaceiris/actions-gh-pages@v3
37+
uses: peaceiris/actions-gh-pages@v4
3438
if: github.ref == 'refs/heads/main'
3539
with:
3640
github_token: ${{ secrets.GITHUB_TOKEN }}
3741
publish_dir: ./public
38-
cname: protobuf.dev
42+
cname: protobuf.dev

0 commit comments

Comments
 (0)