From 6786ffd2743b6d58d3d76efcc1c7bbfb140286a9 Mon Sep 17 00:00:00 2001 From: nayan Date: Tue, 7 Oct 2025 16:28:47 -0400 Subject: [PATCH] no action :( --- .github/workflows/sp-docs.yml | 39 ----------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/sp-docs.yml diff --git a/.github/workflows/sp-docs.yml b/.github/workflows/sp-docs.yml deleted file mode 100644 index d991fdf921..0000000000 --- a/.github/workflows/sp-docs.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: sp-docs -on: - push: - branches: - #- master - - feature/sp-docs -permissions: - contents: write -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Configure Git Credentials - run: | - git config user.name github-actions[bot] - git config user.email 41898282+github-actions[bot]@users.noreply.github.com - - uses: actions/setup-python@v5 - with: - python-version: 3.x - - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v4 - with: - key: mkdocs-material-${{ env.cache_id }} - path: ~/.cache - restore-keys: | - mkdocs-material- - - run: pip install \ - mkdocs-material \ - mkdocs-git-revision-date-localized-plugin \ - mkdocs-git-committers-plugin-2 \ - mkdocs-git-authors-plugin \ - mkdocs-glightbox \ - mkdocs-redirects - - run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force - env: - MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file