mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
ci: remove duplicate run command
This commit is contained in:
parent
47582e167e
commit
2dcae512ad
1
.github/workflows/website.yml
vendored
1
.github/workflows/website.yml
vendored
@ -22,7 +22,6 @@ jobs:
|
||||
- name: Set branch name
|
||||
id: branch
|
||||
run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> "$GITHUB_ENV"
|
||||
run: echo "::set-output name=BRANCH_NAME::${GITHUB_REF##*/}"
|
||||
|
||||
- name: Fix base URL
|
||||
if: env.BRANCH_NAME != 'master' && github.repository_owner == 'Rosettea'
|
||||
|
Loading…
x
Reference in New Issue
Block a user