Skip to content

Commit

Permalink
build: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 9, 2023
1 parent 253392f commit f1ca811
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,25 @@ jobs:
- run: |
sed -i "s|CHROMATIC_HOMEPAGE|${{ steps.chromatic.outputs.storybookUrl }}|" package.json
# - run: yarn tsc-build:outDir
- run: mkdir -p dist
- run: yarn tsc-build:outDir
# - run: cp -R dist/* dist/
# - run: mkdir -p dist
# - run: yarn tsc-build:outDir
- run: yarn build
- run: cp -R build/* dist/
# - uses: actions/upload-artifact@v2
# with:
# name: temp-dist
# path: temp-dist/
# - run: rsync -r temp-dist/* dist/
# - run: rsync -r temp-dist/* $GITHUB_WORKSPACE/dist/
- uses: actions/checkout@v2
with:
repository: rjsduf0503/react-scatter-graphy
token: ${{ secrets.GIT_AUTH_TOKEN }}
ref: deploy-test
- run: ls
- run: ls dist/

# - uses: actions/checkout@v2
# with:
# repository: rjsduf0503/react-scatter-graphy
# token: ${{ secrets.GIT_AUTH_TOKEN }}
# ref: deploy-test
# - run: ls
# - run: ls dist/

# - run: ls temp-dist/

# - run: |
Expand Down

0 comments on commit f1ca811

Please sign in to comment.