Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Revert "Another fix attempt" #48

Revert "Another fix attempt"

Revert "Another fix attempt" #48

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install and Build 🔧
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: generated
folder: docs/.vuepress/dist