Update 'github-pages.yaml' Workflow - Fix several warnings & enable Caching pip packages (#2539)

* Update 'github-pages.yaml' Workflow - Fix several warnings & enable Caching pip packages

* Fix 'github-pages.yaml' Syntax Error

* Make Install Dependencies step actually use the 'requirements.txt' File in 'github-pages.yaml' Workflow

* Update 'actions/setup-python' from v4 to v5 - Remove the Ignore Rule for Dependabot in '.github/dependabot.yml' File
This commit is contained in:
Mr.k
2024-08-09 17:39:00 +03:00
committed by GitHub
parent 5acbfbd253
commit 723e1a132d
3 changed files with 69 additions and 14 deletions

View File

@ -7,5 +7,3 @@ updates:
ignore:
- dependency-name: "actions/stale"
versions: '>= 9'
- dependency-name: "actions/setup-python"
versions: '> 4'