Skip to content

Commit

Permalink
Deploy docs action fix branch name extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Oct 25, 2024
1 parent 308b2b7 commit bafa23e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
- name: Deploy nyxx dev docs
uses: easingthemes/[email protected]
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
ARGS: "-rltDzvO"
SOURCE: "doc/api/"
TARGET: "${{ secrets.DEPLOY_REMOTE_TARGET }}/dartdocs/nyxx/${{ env.BRANCH_NAME }}/"
TARGET: "${{ secrets.DEPLOY_REMOTE_TARGET }}/dartdocs/nyxx/${{ github.head_ref || github.ref_name }}/"
with:
REMOTE_HOST: ${{ secrets.DEPLOY_REMOTE_HOST }}
REMOTE_USER: ${{ secrets.DEPLOY_REMOTE_USER }}
Expand Down

0 comments on commit bafa23e

Please sign in to comment.