Requirements
This commit is contained in:
parent
50558fa295
commit
fd0f23e022
1 changed files with 7 additions and 0 deletions
7
.github/workflows/pelican-publish.yml
vendored
7
.github/workflows/pelican-publish.yml
vendored
|
@ -10,6 +10,13 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- uses: 1arp/create-a-file-action@0.2
|
||||
with:
|
||||
# path: 'docs'
|
||||
file: 'requirements.txt'
|
||||
content: |
|
||||
pelican
|
||||
markdown
|
||||
- name: Publish
|
||||
uses: nelsonjchen/gh-pages-pelican-action@master
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue