Skip to content

Commit

Permalink
FIX (hopefully) CI error "a step cannot have both the uses and `run…
Browse files Browse the repository at this point in the history
…` keys"
  • Loading branch information
fabianp committed Oct 20, 2023
1 parent c1a950a commit 11bc8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/filter-test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ jobs:
echo "SRC_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
fi
echo "DEPLOY_BRANCH=gh-pages" >> $GITHUB_OUTPUT
- name: Deploy website
- name: Build website
if: steps.pythonfilter.outcome == 'success'
#if: steps.pythonfilter.outputs.exit_code == 0
run: yes | bash bin/build --verbose ${{ steps.setup.outputs.NO_PUSH }}
--src ${{ steps.setup.outputs.SRC_BRANCH }}
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
--slug ${{ github.event.pull_request.title }}
uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v2
with:
name: website_out
path: site_out
Expand Down

0 comments on commit 11bc8c7

Please sign in to comment.