Skip to content

Commit

Permalink
Fix github pages deployment (tschaub/gh-pages#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphakevin committed May 18, 2020
1 parent 36873dc commit 51695fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
working-directory: packages/zaml-editor
env:
CI: true
- name: Deploy Editor
- name: Publish github pages
run: |
yarn run deploy
working-directory: packages/zaml-editor
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/nexushubs/zaml-lang.git
npx gh-pages -d build -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI: true

0 comments on commit 51695fa

Please sign in to comment.