Skip to content

feat: ✨ duas tab, guides, etc. 🚧 ♻️ #2

feat: ✨ duas tab, guides, etc. 🚧 ♻️

feat: ✨ duas tab, guides, etc. 🚧 ♻️ #2

Workflow file for this run

# https://github.com/actions/deploy-pages#usage
name: Deploy to GitHub Pages
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install --legacy-peer-deps
- run: npx nuxt build --preset github_pages
- name: GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.CI }}
BRANCH: gh-pages
FOLDER: .output/public