Skip to content

Adding /docs/ and few upgrades #59

Adding /docs/ and few upgrades

Adding /docs/ and few upgrades #59

name: Fetch, build and deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Fetching branch
uses: actions/[email protected]
with:
ref: master
- name: Installing PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
- name: Compile PHP files
run: make build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public
clean: true