article: 再看时间 #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Post my words to my own blog site | |
on: [push] | |
jobs: | |
post-my-words: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger my blog site to import from my-words | |
run: | | |
curl --location --request POST 'zou8944.com/import' |