fix(workflow): please bro

This commit is contained in:
Seaswimmer 2024-01-07 02:25:18 +00:00
parent 58820b41d9
commit 1409676264
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -47,9 +47,10 @@ jobs:
continue-on-error: true
- name: Deploy the documentation to Meli (CoastalCommits Pages)
run: |
unset GITHUB_TOKEN
unset GITLAB_TOKEN
if [ -n "${{ github.base_ref }}" ]; then
release="$(basename "{{ github.base_ref }}")"
export GITEA_TOKEN="${{ secrets.COASTALCOMMITSTOKEN }}"
else
release="$(basename "${{ github.ref }}")"
fi
@ -64,6 +65,8 @@ jobs:
--branch "$release"
echo "Deployed to Meli on branch $release"
env:
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
continue-on-error: true
- name: Analysing the code with Pylint
run: |