Skip to content

Commit

Permalink
chore: set build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jun 10, 2024
1 parent 6cde8b8 commit 7637e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-build-to-d2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:
jobs:
copy-to-d2-ci:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -40,4 +39,5 @@ jobs:
- name: Copy package to d2-ci
uses: dhis2/deploy-build@master
with:
build-dir: build
github-token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}

0 comments on commit 7637e44

Please sign in to comment.