Skip to content

Version 7.0.0.

Version 7.0.0. #81

Workflow file for this run

---
name: GitHub Pages
on:
push:
branches: ["dev"]
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
jobs:
Pages:
uses: dennykorsukewitz/dennykorsukewitz/.github/workflows/reusable.pages.yml@dev
secrets:
PAT: ${{ secrets.PAT }}