This commit is contained in:
parent
b365e24021
commit
d6254f4907
2 changed files with 2 additions and 1 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -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
2
.gitmodules
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue