fix(workflows): fixed some things
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 16s
Build Documentation / Build (push) Failing after 5s

This commit is contained in:
Seaswimmer 2024-01-05 13:19:36 +00:00
parent dfd627a67f
commit 0bdb6564e6
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,6 @@ jobs:
push: true push: true
tags: coastalcommits.com/seaswimmerthefsh/seacogs-docs:latest tags: coastalcommits.com/seaswimmerthefsh/seacogs-docs:latest
- name: Update Portainer stack - name: Update Portainer stack
uses: actions/http@master uses: actions/http@v1
with: with:
url: ${{ secrets.PORTAINER_WEBHOOK }} url: ${{ secrets.PORTAINER_WEBHOOK }}

View file

@ -15,6 +15,7 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install Poetry - name: Install Poetry
run: curl -sSL https://cdn.seaswimmer.cc/go/poetry | python${{ matrix.python-version }} - run: curl -sSL https://cdn.seaswimmer.cc/go/poetry | python${{ matrix.python-version }} -
- name: Install dependencies - name: Install dependencies