Skip to content

Commit 17ed910

Browse files
committed
push
1 parent 3dc2db9 commit 17ed910

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
build-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
12+
- uses: actions/checkout@v3
13+
with:
14+
ref: gh-pages-builder
15+
1316
- name: Copy contents to docs/
1417
run: |
1518
mkdir docs/

0 commit comments

Comments
 (0)