Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 1m16s

This commit is contained in:
Your Name 2025-01-31 15:08:46 +00:00
parent 9bb4d273f6
commit 9b6e430ab6
2 changed files with 2 additions and 0 deletions

View file

@ -13,4 +13,5 @@ jobs:
with:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
PUBLICATOR: ${{ secrets.PUBLICATOR }}
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}

View file

@ -15,6 +15,7 @@ BuildRequires: python3-sphinx
BuildRequires: python3-docutils
BuildRequires: python3-pytest
BuildRequires: python3-nose
BuildRequires: python3egg(sphinx) >= 3.0
# NOTE: git is only needed because part of the build process checks if it's in a git repo
BuildRequires: git-core
BuildArch: noarch