Skip to content

Commit

Permalink
fix: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxakuru committed May 19, 2023
1 parent 50f91e7 commit 8774d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Get changed files
id: changes
run: |
echo "::set-output name=all::$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | xargs)"
echo "all=$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | xargs)" >> $GITHUB_OUTPUT
build:
runs-on: ubuntu-latest
needs: changedfiles
if: ${{needs.changedfiles.outputs.all}}
# if: ${{needs.changedfiles.outputs.all}}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8774d09

Please sign in to comment.