Skip to content

Trim leading and trailing spaces from service tags #102

Trim leading and trailing spaces from service tags

Trim leading and trailing spaces from service tags #102

Workflow file for this run

name: github pages
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: true
- name: build
run: |
export PATH=${PATH}:${HOME}/bin
make github-pages
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_ACTIONS_TOKEN }}
publish_dir: ./docs/public
cname: fabiolb.net