Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
  • Loading branch information
Mossaka committed Apr 16, 2024
1 parent 472f225 commit dac0e8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
Expand All @@ -25,7 +25,7 @@ jobs:
run: hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"css/style.min.2d86ad309ed301b683110f9fed00e0f3abbfce2418dced28aadad996d81a330e.css","MediaType":"text/css","Data":{"Integrity":"sha256-LYatMJ7TAbaDEQ+f7QDg86u/ziQY3O0oqtrZltgaMw4="}}
{"Target":"css/style.min.98869951c82a75d15445c676a1000c98f64701e79ab85b475604028c43aae7c2.css","MediaType":"text/css","Data":{"Integrity":"sha256-mIaZUcgqddFURcZ2oQAMmPZHAeeauFtHVgQCjEOq58I="}}

0 comments on commit dac0e8c

Please sign in to comment.