From 9fc27a436b908ad6e7e7693f66866f4c42de0074 Mon Sep 17 00:00:00 2001 From: Sam Lee Date: Sun, 10 Mar 2024 03:10:13 +1300 Subject: [PATCH] Add deployment to GitHub page --- .github/workflows/deploy-to-github-pages.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/deploy-to-github-pages.yml diff --git a/.github/workflows/deploy-to-github-pages.yml b/.github/workflows/deploy-to-github-pages.yml new file mode 100644 index 0000000..2c8dbcb --- /dev/null +++ b/.github/workflows/deploy-to-github-pages.yml @@ -0,0 +1,13 @@ +name: deploy-to-github-pages + +on: + release: + types: [released] + +permissions: {} + +jobs: + publish-pages: + permissions: + contents: write + uses: cable8mm/.github/.github/workflows/deploy-to-github-pages.yml@main