Skip to content

Commit

Permalink
🐛 Fix deployment file error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nix7amcm committed Feb 6, 2024
1 parent 84486f7 commit cf7e42a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Change directory to markdown-previewer
run: cd markdown-previewer

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand All @@ -27,4 +30,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./markdown-previewer/build
publish_dir: ./build

0 comments on commit cf7e42a

Please sign in to comment.