Skip to content

Commit b2ae102

Browse files
authored
Create pages-deploy.yml
1 parent eec2ca6 commit b2ae102

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/pages-deploy.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy GitHub Pages with private submodule
2+
3+
on:
4+
push:
5+
branches:
6+
- main # or your default branch
7+
8+
jobs:
9+
build-and-deploy:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
# Checkout your repo and private submodules
14+
- name: Checkout repository
15+
uses: actions/checkout@v3
16+
with:
17+
submodules: true
18+
token: ${{ secrets.HORSEL_ACCESS }}

0 commit comments

Comments
 (0)