Skip to content

BUILD

BUILD #5

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
environment:
name: github-pages
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]