From 2d4181b4ac4e1c2cc91cd81b4dae4e8ab92850f3 Mon Sep 17 00:00:00 2001 From: Samgu Lee Date: Sun, 10 Mar 2024 02:39:42 +1300 Subject: [PATCH] Add deployments to GitHub Pages action (#20) --- .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