Skip to content

Commit f68d2d9

Browse files
committed
add demo with github pages... (refs #41)
1 parent 460d29f commit f68d2d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/demo-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install dependencies
3232
run: composer install --prefer-dist --no-progress
3333

34+
- name: Configure authentication for composer
35+
run: git config --global github.accesstoken $GITHUB_TOKEN
36+
3437
- name: Build demo
3538
run: bash .ci/build-demo.sh
3639
env:

0 commit comments

Comments
 (0)