Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 28, 2024
1 parent ba53d68 commit 4a18878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Create idoc config
run: |
cat > idoc.yml << EOF
site: "Folder Tree {{version}}"
site: "Upload Assets {{version}}"
menus:
Home: index.html
Sponsor: https://jaywcjlove.github.io/#/sponsor
Expand All @@ -42,7 +42,7 @@ jobs:
working-directory: dist
run: |
cat > README.md << EOF
Website: https://jaywcjlove.github.io/github-action-folder-tree
Website: https://jaywcjlove.github.io/github-action-upload-assets
EOF
- name: Is a tag/release created auto?
Expand Down

0 comments on commit 4a18878

Please sign in to comment.