Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 24, 2024
1 parent 2e23217 commit aa6dccd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions skeleton/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
extensions: curl, mbstring, zip, pcntl, pdo, iconv
coverage: none

- name: Install Line
run: composer global require bangnokia/lina
- name: Install Lina
run: |
composer global config minimum-stability dev
composer global require bangnokia/lina:dev-main
- name: Build
run: pekyll build

- run: rm ./public/.gitignore
run: |
lina build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit aa6dccd

Please sign in to comment.