Skip to content

Commit 2f25cfd

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
This documentation change includes the following:
* Pins the version for Hugo to prevent rendering issues * Corrects the protoc compiler command line in the Python tutorial * Adds additional information about enums and how they behave in editions * Adds information about how to get a Builder instance in Java * Corrects the names of methods for Ruby enums PiperOrigin-RevId: 663425236 Change-Id: Idb326bb419539b15e55cafec1d279bad8a7e45d1
1 parent 697cbb2 commit 2f25cfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24+
<<<<<<< HEAD
2425
node-version: 20
2526

2627
- name: Setup Hugo
2728
uses: peaceiris/actions-hugo@v3
2829
with:
30+
=======
31+
>>>>>>> fed30ed (This documentation change includes the following:)
2932
hugo-version: 0.121.2
3033
extended: true
3134

0 commit comments

Comments
 (0)