Skip to content

Commit

Permalink
docs: release v0.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
  • Loading branch information
cubxxw committed Jan 8, 2024
1 parent c14c10e commit a34f4c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
git checkout origin/gh-pages index.yaml
continue-on-error: true

- name: Pull latest changes from gh-pages
run: |
git fetch origin gh-pages
git checkout gh-pages
git pull origin gh-pages
continue-on-error: true
# - name: Pull latest changes from gh-pages
# run: |
# git fetch origin gh-pages
# git checkout gh-pages
# git pull origin gh-pages
# continue-on-error: true

# The GitHub repository secret `PGP_PRIVATE_KEY` contains the private key
# in ASCII-armored format. To export a (new) key, run this command:
Expand Down

0 comments on commit a34f4c1

Please sign in to comment.