Skip to content

Commit

Permalink
action test (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansanghyeon committed Mar 24, 2024
1 parent 4517bd1 commit 623255c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

jobs:
build:
demo:
runs-on: ubuntu-latest
env:
dir: ./example
Expand All @@ -27,6 +27,8 @@ jobs:
run: npm run build
working-directory: ${{ env.dir }}

- name: ls
run: ls -al
working-directory: ${{ env.dir }}
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./example/dist

0 comments on commit 623255c

Please sign in to comment.