Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nntrn committed Sep 28, 2024
1 parent 27610a8 commit 627c423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.main_branch || github.event.client_payload.ref || env.GITHUB_REF_NAME | "devel" }}
ref: ${{ inputs.main_branch || github.event.client_payload.ref || env.GITHUB_REF_NAME || "devel" }}
- run: ./scripts/build-data.sh --remote
- run: |
./scripts/group.sh > ./_pages/actvity.md
Expand Down

0 comments on commit 627c423

Please sign in to comment.