Skip to content

Commit

Permalink
test: sparse checkout on staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thenick775 committed May 16, 2024
1 parent 948b142 commit 05bfa34
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/deploy-pages.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
sparse-checkout: gbajs3
sparse-checkout-cone-mode: false

- id: build-publish
uses: bitovi/github-actions-react-to-github-pages@v1.2.3
uses: bitovi/github-actions-react-to-github-pages@sparse-checkout
with:
checkout: false
install_command: cd ./gbajs3 && npm ci
checkout-sparse-checkout: docker/server/admin
checkout-sparse-checkout-cone-mode: false
install_command: ls -larth . && cd ./gbajs3 && npm ci
path: ./gbajs3/dist

0 comments on commit 05bfa34

Please sign in to comment.