Here we go again
This commit is contained in:
parent
15e1681f0b
commit
4f83f9c58c
1 changed files with 2 additions and 7 deletions
9
.github/workflows/pelican-publish.yml
vendored
9
.github/workflows/pelican-publish.yml
vendored
|
@ -17,14 +17,9 @@ jobs:
|
|||
content: |
|
||||
pelican
|
||||
markdown
|
||||
- name: Create build.sh
|
||||
uses: 1arp/create-a-file-action@0.2
|
||||
with:
|
||||
file: build.sh
|
||||
content: |
|
||||
cd docs
|
||||
- name: Build and Publish
|
||||
uses: iranzo/gh-pages-pelican-action@1.0.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
PELICAN_CONFIG_FILE: publishconf.py
|
||||
SOURCE_FOLDER: docs/content
|
||||
PELICAN_CONFIG_FILE: docs/publishconf.py
|
||||
|
|
Loading…
Reference in a new issue