Skip to content

maybe fix crash when lights cut with fireball #129

maybe fix crash when lights cut with fireball

maybe fix crash when lights cut with fireball #129

Workflow file for this run

name: Docs
on:
push:
branches:
- dev
jobs:
build-and-deploy-docs:
name: Build and Deploy Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docs with Doxygen
uses: mattnotmitt/[email protected]
- name: Deploy to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.SITE_HOST }}
username: ${{ secrets.SITE_USER }}
key: ${{ secrets.SITE_KEY }}
port: ${{ secrets.SITE_PORT }}
source: docs/*
target: /var/www/html/class/cse125/www/cse125/2024/cse125g3/docs/
rm: true
strip_components: 1