Merge branch 'main' into updatechecker
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 1m14s

This commit is contained in:
Seaswimmer 2024-01-07 02:27:35 +00:00
commit 21cbe8008e
Signed by: 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: |