Skip to content

Update build-deploy-to-gh-pages.yml #2

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

Update build-deploy-to-gh-pages.yml #2

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: ${{ secrets.DOCUACTIONS_DEPLOYMENT }}