Skip to content

Commit

Permalink
Merge pull request #13 from klips-project/fix-deploy-script
Browse files Browse the repository at this point in the history
Fix: directory for build
  • Loading branch information
sdobbert authored Mar 12, 2024
2 parents 784e768 + 7e1208b commit 575585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Deploy pages
uses: crazy-max/ghaction-github-pages@v2
with:
build_dir: dist
build_dir: ./dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 575585e

Please sign in to comment.