Merge branch 'main' into updatechecker
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 1m14s
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 1m14s
This commit is contained in:
commit
21cbe8008e
1 changed files with 4 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue