Skip to content

Site

Site #17

Workflow file for this run

name: Site
on:
push: { branches: [ "edge" ], paths: ["srv"] }
pull_request: { branches: [ "edge" ], paths: ["srv"] }
workflow_dispatch:
jobs:
site:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Deploy 🥁
uses: shalzz/[email protected]
env:
BUILD_DIR: srv
PAGES_BRANCH: site
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}