From aa888704a9352034369215f3c7afc66f12924060 Mon Sep 17 00:00:00 2001 From: Protocol Buffer Team Date: Wed, 10 Apr 2024 16:15:04 +0000 Subject: [PATCH] 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 --- .github/workflows/gh-pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 486f6378e..2de280a20 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,8 +7,11 @@ on: branches: - main workflow_dispatch: + jobs: deploy: + permissions: + contents: write runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -21,8 +24,10 @@ jobs: with: hugo-version: 0.121.2 extended: true + - name: Install Dependencies run: npm install autoprefixer postcss postcss-cli + - name: Build run: hugo --minify