Skip to content

Bump actions/setup-node from 3 to 4 (#2) #50

Bump actions/setup-node from 3 to 4 (#2)

Bump actions/setup-node from 3 to 4 (#2) #50

Workflow file for this run

---
name: GitHub Pages
on:
release:
types:
- published
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 }}