Skip to content

Merge pull request #47 from okd-project/holding-page #43

Merge pull request #47 from okd-project/holding-page

Merge pull request #47 from okd-project/holding-page #43

Workflow file for this run

name: Publish
on:
push:
branches: [ main ]
jobs:
publish:
runs-on: ubuntu-latest
env:
NODE_VERSION: 12.x
TITLE: OKD.io
steps:
- uses: actions/checkout@v2
- name: generate site
uses: ./.github/actions/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public