From d6254f49074565810d92e9af79ee81ec0cb71aed Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 1 Jun 2024 23:36:39 -0500 Subject: [PATCH] Switch to gh pages --- .github/workflows/deploy.yml | 1 + .gitmodules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce886ab6..184961ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,7 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v2 with: + token: ${{ secrets.GH_PAT }} submodules: recursive - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. diff --git a/.gitmodules b/.gitmodules index e93f64a9..caf6273c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,4 +34,4 @@ branch = gh-pages [submodule "Garden.git"] path = Garden - url = git@code.incremental.social:thepaperpilot/Garden.git + url = https://github.com/thepaperpilot/Garden