Skip to content

Commit

Permalink
fix: gh-pages build: drop the ref while trigger from Run Data Sync (y…
Browse files Browse the repository at this point in the history
…ihong0618#540)

* fix: gh-pages build: drop the ref while trigger from Run Data Sync
  • Loading branch information
ben-29 authored and Kugin committed Dec 9, 2023
1 parent 6e52e30 commit ba2040f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
# if your default branches is not master, please change it here
ref: master

- name: Cache Data Files
if: inputs.save_data_in_github_cache
Expand Down

0 comments on commit ba2040f

Please sign in to comment.