Skip to content

Commit

Permalink
fix publish dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 23, 2024
1 parent a637a77 commit 80d1c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: ${{ steps.variables.outputs.target_branch }}
publish_dir: ${{ inputs.project_directory }}
publish_dir: .

# phase 2
docker:
Expand Down

0 comments on commit 80d1c9f

Please sign in to comment.