Skip to content

Commit

Permalink
replace extra branch to extra repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyr committed Mar 12, 2024
1 parent 8ae2723 commit 6382165
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,20 @@ jobs:
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"

# pre-set content
- name: Checkout additional branch for Markdown files
uses: actions/checkout@v2
- name: Check out extra content to temp
uses: actions/checkout@master
with:
ref: markdowns
repository: Tyr-Wang/blog-content
ref: main
token: ${{ secrets.EXTRA_REPO_PAT }}
path: temp

# pre-set content
# - name: Checkout additional branch for Markdown files
# uses: actions/checkout@v2
# with:
# ref: markdowns
# path: temp

- name: Process Markdown files
run: |
Expand Down

0 comments on commit 6382165

Please sign in to comment.