Skip to content

Commit

Permalink
build: change paths for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Jun 2, 2024
1 parent 9dd934f commit 89ca199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
run: yarn

- name: Build
run: yarn run build:prod && echo 'dhutaryan.dev' > ./dist/dgutoryan/CNAME
run: yarn run build && echo 'dhutaryan.dev' > ./dist/CNAME

- name: Deploy
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/dgutoryan
publish_dir: dist
enable_jekyll: true

0 comments on commit 89ca199

Please sign in to comment.