Update .gitea/workflows/publish.yml
Deploy Website / build (push) Failing after 2s Details

This commit is contained in:
ravenscroftj 2024-09-08 16:52:39 +01:00
parent 3679cbcaf4
commit 3d2d2f3dc8
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: check out repo - name: check out repo
uses: actions/checkout@v3 uses: https://gitea.com/actions/checkout
#uses: actions/checkout@v3
# - name: install python+pip # - name: install python+pip
# run: | # run: |