Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Aug 21, 2023
1 parent 5c42f05 commit ecef6de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ updates:
schedule:
interval: weekly
time: "05:00"
open-pull-requests-limit: 2
open-pull-requests-limit: 1
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 2
open-pull-requests-limit: 1
3 changes: 1 addition & 2 deletions .github/workflows/sphinx-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.2.1
with:
python-version: "3.11"
pipenv-install-options: "--skip-lock"
command: "sphinx-build -b html docs/source build/html"
- name: Setup Pages
uses: actions/configure-pages@v3
Expand All @@ -41,4 +40,4 @@ jobs:
path: 'build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit ecef6de

Please sign in to comment.