mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 11:13:24 +00:00
ci: fix branch name var
This commit is contained in:
parent
bd01b478d5
commit
237b306eb8
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@ -39,5 +39,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./website/public
|
publish_dir: ./website/public
|
||||||
destination_dir: versions/${( steps.branch.outputs.BRANCH_NAME }}
|
destination_dir: versions/${{ steps.branch.outputs.BRANCH_NAME }}
|
||||||
keep_files: true
|
keep_files: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user