Skip to content

Commit

Permalink
Fix Github build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Sep 2, 2022
1 parent 8aa0419 commit 2f0b49a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
coverage: none
ini-values: phar.readonly=Off
- uses: ramsey/composer-install@v1
- run: |
./travis-prepare-release.sh
bin/couscous travis-auto-deploy
- run: ./github-prepare-release.sh
- uses: CouscousPHP/GitHub-Action@v1
- name: Deploy website
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.couscous/generated
- name: Upload phar to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
File renamed without changes.

0 comments on commit 2f0b49a

Please sign in to comment.