Skip to content

Commit

Permalink
Merge pull request #13 from homieiot/ci-upgrade
Browse files Browse the repository at this point in the history
👷 Update dependencies
  • Loading branch information
Thalhammer authored Jun 25, 2024
2 parents 89826d6 + e38ece2 commit bc77a04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install requirements
run: |
pip install -r requirements.txt
Expand All @@ -22,7 +22,7 @@ jobs:
hugo
- if: github.event_name == 'push' && always()
name: Deploy website
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Click==7.0
gitdb2==2.0.5
GitPython==2.1.11
GitPython==3.1.30
Jinja2==2.11.3
livereload==2.5.2
Markdown==3.0.1
MarkupSafe==1.1.1
Pygments==2.7.4
pymdown-extensions==6.0
PyYAML==5.4
PyYAML==5.3.1
six==1.11.0
smmap2==2.0.5
tornado==5.1.1
12 changes: 6 additions & 6 deletions themes/b4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc77a04

Please sign in to comment.