Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Merge pull request #41 from peterroth/communicaiton-invite-link #39

Merge pull request #41 from peterroth/communicaiton-invite-link

Merge pull request #41 from peterroth/communicaiton-invite-link #39

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