Skip to content

fix header nav on tablet (#376) #254

fix header nav on tablet (#376)

fix header nav on tablet (#376) #254

Workflow file for this run

name: WebsitePostSubmit
on:
push:
branches:
- main
- release-*
workflow_dispatch: {}
jobs:
publish:
name: publish
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: build
run: make publish
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output