Skip to content

Build and deploy on push #46

Build and deploy on push

Build and deploy on push #46

Workflow file for this run

on:
push:
workflow_dispatch:
name: Build and deploy on push
permissions: write-all
jobs:
build:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: 'custom deploy'
uses: './.github/action/'
env:
PAGES_BRANCH: gh-pages
BUILD_THEMES: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}