Skip to content

Commit

Permalink
test build in parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Babali42 committed Dec 17, 2024
1 parent 36d0e92 commit c467ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
deploy_branch: gh-pages # The branch the action should deploy to.
angular_project_dir: ./frontend
base_href: '' # empty
angular_dist_build_folder: frontend/dist/drum-beat-repo # The folder where your project is supposed to be after running ng build by the action.
angular_dist_build_folder: ../dist/ # The folder where your project is supposed to be after running ng build by the action.

permissions:
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.

0 comments on commit c467ddf

Please sign in to comment.