From 060d349cce50fa52f02878ebf9d36087f7195769 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:54:42 -0700 Subject: [PATCH] . --- src/.github/workflows/publish.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/.github/workflows/publish.yml diff --git a/src/.github/workflows/publish.yml b/src/.github/workflows/publish.yml new file mode 100644 index 0000000..37a9a54 --- /dev/null +++ b/src/.github/workflows/publish.yml @@ -0,0 +1,19 @@ +name: Publish to GitHub Pages + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Deploy + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: .