Try another action
This commit is contained in:
parent
c3e4293627
commit
6a3b2577c4
1 changed files with 5 additions and 3 deletions
8
.github/workflows/pelican-publish.yml
vendored
8
.github/workflows/pelican-publish.yml
vendored
|
@ -10,15 +10,17 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: 1arp/create-a-file-action@0.2
|
- name: Create requirements.txt
|
||||||
|
uses: 1arp/create-a-file-action@0.2
|
||||||
with:
|
with:
|
||||||
# path: 'docs'
|
# path: 'docs'
|
||||||
file: 'requirements.txt'
|
file: 'requirements.txt'
|
||||||
content: |
|
content: |
|
||||||
pelican
|
pelican
|
||||||
markdown
|
markdown
|
||||||
- name: Publish
|
- name: Build and Publish
|
||||||
uses: nelsonjchen/gh-pages-pelican-action@master
|
uses: iranzo/gh-pages-pelican-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
SOURCE_FOLDER: docs
|
||||||
PELICAN_CONFIG_FILE: docs/publishconf.py
|
PELICAN_CONFIG_FILE: docs/publishconf.py
|
||||||
|
|
Loading…
Reference in a new issue