diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e79321..0be5969 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python name: CI on: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d94285d..5176334 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,10 +9,7 @@ jobs: docs: runs-on: ubuntu-latest permissions: - contents: write - # packages: write - # pages: write - + contents: write # This is required to push the changes to the repository steps: - name: Checkout code 📂 uses: actions/checkout@v3 @@ -23,7 +20,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.10" - cache: pip # Cache the pip dependencies + cache: pip - name: Install dependencies 🛠️ run: | @@ -59,11 +56,6 @@ jobs: echo "Directory 'examples' does not exist." fi - # - name: Setup Docs Deployment 🚀 - # run: | - # git config --global user.name "github-actions[bot]" - # git config --global user.email "github-actions[bot]@users.noreply.github.com" - - name: Build Docs Website 🌐 run: | git config --global user.name "github-actions[bot]"