Skip to content

Deploy On GitHub Pages #9

Deploy On GitHub Pages

Deploy On GitHub Pages #9

Workflow file for this run

name: Deploy On GitHub Pages
on:
workflow_run:
workflows: [ CI Tests ]
branches: [ main, master ]
types:
- completed
permissions:
contents: write
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Deploy To GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: src