Skip to content

Commit

Permalink
Merge pull request #1 from dataplat/SQLDBAWithABeard-patch-1
Browse files Browse the repository at this point in the history
Update update-theme.yml [no_ci]
  • Loading branch information
SQLDBAWithABeard authored Aug 21, 2023
2 parents 134f897 + bae46ff commit 038ea06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -23,6 +27,7 @@ jobs:

- name: Update theme
run: hugo mod get -u github.com/CaiJimmy/hugo-theme-stack/v3


- name: Tidy go.mod, go.sum
run: hugo mod tidy
Expand All @@ -31,3 +36,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "CI: Update theme"

0 comments on commit 038ea06

Please sign in to comment.