Skip to content

webhook_automation #956

webhook_automation

webhook_automation #956

Workflow file for this run

name: Github Pages
on:
push:
branches:
- main
repository_dispatch:
types: [webhook_automation]
workflow_dispatch:
jobs:
build:
name: 'Build & Deploy'
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v1
- name: ⬢ Setup Node
uses: actions/[email protected]
with:
node-version: '14.x'
- name: 🔧 Build
run: make --output-sync
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ANALYTICS: ${{ secrets.ANALYTICS }}
- name: 🚀 Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./www