Skip to content

set locations of unfinished events to tbd #137

set locations of unfinished events to tbd

set locations of unfinished events to tbd #137

Workflow file for this run

name: cd
on:
push:
branches:
- wt2425
pull_request:
branches:
- wt2425
jobs:
cd:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup node env
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm install
- name: Generate
run: npm run generate
env:
BASE_URL: ${{ secrets.BASE_URL }}
MAILCHIMP_API_KEY: ${{ secrets.MAILCHIMP_API_KEY }}
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist