Skip to content

Bump @docusaurus/types from 3.0.1 to 3.4.0 #66

Bump @docusaurus/types from 3.0.1 to 3.4.0

Bump @docusaurus/types from 3.0.1 to 3.4.0 #66

Workflow file for this run

name: Deploy to gh-pages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Deploy
if: ${{ github.event_name != 'pull_request' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build