Skip to content

Commit

Permalink
test deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuo committed May 11, 2023
1 parent d324088 commit 98a90c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"
- name: Deploy
run: yarn gh-pages --dist ${source-directory} --dest ${dest-directory}
run: yarn gh-pages --dist "./build" --dest "${GITHUB_REF##*/}/ui"
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
source-directory: ./build
dest-directory: ${GITHUB_REF##*/}/ui

0 comments on commit 98a90c8

Please sign in to comment.