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

Feat: deploy.yml

Feat: deploy.yml #20

Workflow file for this run

# DO NOT TOUCH THIS FILE
# Please speak to SudoVanilla (Korbs) if you have any issues.
name: Deploy Docs
on:
push:
branches: [ "starlight" ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
# Install Dependenices
- run: bun install
# Build Docs
- run: cd ../../
- run: bun build
# Add to NGINX
- run: mv dist/ docs/
- run: cp -R docs/ /home/tea/sites/