Switch to gh pages
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 32s

This commit is contained in:
thepaperpilot 2024-06-01 23:36:39 -05:00
parent b365e24021
commit d6254f4907
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ jobs:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
token: ${{ secrets.GH_PAT }}
submodules: recursive 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. - 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.

2
.gitmodules vendored
View file

@ -34,4 +34,4 @@
branch = gh-pages branch = gh-pages
[submodule "Garden.git"] [submodule "Garden.git"]
path = Garden path = Garden
url = git@code.incremental.social:thepaperpilot/Garden.git url = https://github.com/thepaperpilot/Garden