Skip to content

Commit

Permalink
feat: 更新 README.md 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
her-cat committed Jul 29, 2023
1 parent d817bf3 commit 52484eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: hugo --minify --environment production

- name: Deploy
id: deploy
uses: her-cat/upyun-deployer@v1
with:
bucket: ${{ secrets.UPYUN_BUCKET }}
Expand All @@ -46,3 +45,7 @@ jobs:
```
Before use, you need to configure `Actions secrets` in the repository settings. The static files generated by hugo are saved in the public directory by default, so here `dir` is set to `public`.

## License

The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 comments on commit 52484eb

Please sign in to comment.