Skip to content

Deploy to GitHub pages #11926

Deploy to GitHub pages

Deploy to GitHub pages #11926

Workflow file for this run

name: Deploy to GitHub pages
on:
workflow_dispatch:
schedule:
- cron: "30 8 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git init
git add -A
git config --local user.email "github-actions[bot]"
git config --local user.name "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m 'deploy'
working-directory: ./public
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public