Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XYenChi authored Jan 3, 2024
1 parent ff42214 commit 226c663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Set safe repo
run: git config --global --add safe.directory /home/runner/work/xyenchi.github.io
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- run: /usr/bin/git config --global --add safe.directory /home/runner/work/xyenchi.github.io/xyenchi.github.io
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
Expand Down

0 comments on commit 226c663

Please sign in to comment.