Skip to content

Commit

Permalink
merge dev into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed May 16, 2024
2 parents 1df6f2b + 599122a commit 1c6556a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Build with retry
uses: Wandalen/wretry.action@v3.4.0
uses: Wandalen/wretry.action@v3.5.0
with:
command: docker build --no-cache .
attempt_limit: 3
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-material==9.5.20
mkdocs-glightbox==0.3.7
mkdocs-material==9.5.22
mkdocs-glightbox==0.4.0
mkdocs==1.6.0
mkdocs-htmlproofer-plugin
pygments
Expand Down

0 comments on commit 1c6556a

Please sign in to comment.