Skip to content

Build and Deploy

Build and Deploy #1390

Workflow file for this run

name: Build and Deploy
on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Run every day
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Build page
run: sudo apt-get -y install doxygen curl composer php-xml && ./run.sh
env:
DEBIAN_FRONTEND: noninteractive
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build