Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Jun 6, 2022
1 parent 2a86ffc commit 2848790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
yarn build:playground:main_as_admin
- name: Write version.md
run: git log -1 &>> packages/playground/dist/main/version.md
run: git log -1 &>> packages/playground/dist/version.md

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: packages/playground/dist # The folder the action should deploy.
target-folder: main
clean: true
clean: true

0 comments on commit 2848790

Please sign in to comment.