Update .gitea/workflows/build.yml
Build and Deploy Docs / build (push) Failing after 1m54s

This commit is contained in:
2025-09-25 11:22:11 +02:00
parent 27ae0a684f
commit e4691669b8
+3 -1
View File
@@ -2,7 +2,7 @@ name: Build and Deploy Docs
on: on:
push: push:
branches: [ lisp ] # or your default branch branches: [ lisp ]
jobs: jobs:
build: build:
@@ -11,6 +11,8 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
tokens: ${{ secrets.GITEA_TOKEN }}
- name: Install dependencies - name: Install dependencies
run: | run: |