Skip to content

add deploy action

add deploy action #1

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: ./docs
- uses: actions/[email protected]