Skip to content

Commit

Permalink
change name of built files dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan committed May 7, 2024
1 parent e856aa7 commit 037c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-vite-to-ghpages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- run : git config user.email [email protected]
working-directory: ${{ inputs.working-directory }}
shell: bash
- run : git --work-tree build add --all
- run : git --work-tree dist add --all
working-directory: ${{ inputs.working-directory }}
shell: bash
- run : git commit -m "Automatic Deploy action run by github-actions"
Expand Down

0 comments on commit 037c348

Please sign in to comment.