Skip to content

Create build-deploy-to-gh-pages.yml #1

Create build-deploy-to-gh-pages.yml

Create build-deploy-to-gh-pages.yml #1

name: Build and Deploy Docusaurus to Github Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docuactions/github-pages@main
env:
DOCUACTIONS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUACTIONS_DEPLOYMENT: ${{ vars.DEPLOYMENT_BRANCH }}