Skip to content

add new translations #16

add new translations

add new translations #16

Workflow file for this run

name: Gobyexample action
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v1
with:
go-version: 1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: |
tools/build
cp .github/workflows/README.md ./public
- name: Deploy to gobyexample-es
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
external_repository: gobyexample-es/gobyexample-es.github.io
publish_branch: master
publish_dir: ./public