Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-web3 committed Jul 9, 2023
1 parent 641bd5c commit 24307c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ jobs:
uses: bahmutov/npm-install@HEAD
with:
working-directory: .
- name: Build to `internal-static-slides` branch - deployed https://do-not-share-pba-internal.on.fleek.co/
- name: Build internal use static slides
run: |
yarn build-internal-static-slides
- name: Deploy `internal-static-slides` branch https://do-not-share-pba-internal.on.fleek.co/
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: internal-static-slides
build_dir: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build to `student-static-slides` branch - deployed https://polkadot-blockchain-academy.on.fleek.co/
- name: Build student use static slides
run: |
yarn build-student-static-slides
- name: Deploy `student-static-slides` branch to https://polkadot-blockchain-academy.on.fleek.co/
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: student-static-slides
Expand Down

0 comments on commit 24307c4

Please sign in to comment.