Skip to content

Commit

Permalink
fix(action): correct source folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Russ authored Sep 25, 2023
1 parent 246e50e commit 2ae1cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: master
folder: build
folder: packages/open-scd/build
repository-name: openscd/openscd.github.io
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 comments on commit 2ae1cd3

Please sign in to comment.