From 920be646b61fc29d91d7e1a7b0ed10b815d6e952 Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Sat, 7 Oct 2023 17:25:30 -0400 Subject: [PATCH] Adding github action to deploys GitHub Pages --- .github/workflows/deploy-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index ff86d5e..edfaacb 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -3,7 +3,7 @@ name: Build and Deploy to GitHub Pages defaults: run: shell: bash - working-directory: ./website + working-directory: ./docs on: push: