Skip to content

Commit aa88870

Browse files
Protocol Buffer TeamLogofile
Protocol Buffer Team
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 562f010 commit aa88870

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh-pages.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ on:
77
branches:
88
- main
99
workflow_dispatch:
10+
1011
jobs:
1112
deploy:
13+
permissions:
14+
contents: write
1215
runs-on: ubuntu-22.04
1316
steps:
1417
- uses: actions/checkout@v3
@@ -21,8 +24,10 @@ jobs:
2124
with:
2225
hugo-version: 0.121.2
2326
extended: true
27+
2428
- name: Install Dependencies
2529
run: npm install autoprefixer postcss postcss-cli
30+
2631
- name: Build
2732
run: hugo --minify
2833

0 commit comments

Comments
 (0)