From 3fe1ee78b44866df026773efe5dc2da18b9519f3 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 19 Sep 2020 21:17:58 +0200 Subject: [PATCH] Use working dir --- .github/workflows/pelican-publish.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pelican-publish.yml b/.github/workflows/pelican-publish.yml index ada435e..3c66af1 100644 --- a/.github/workflows/pelican-publish.yml +++ b/.github/workflows/pelican-publish.yml @@ -10,17 +10,9 @@ jobs: uses: actions/checkout@v2 with: submodules: true - - name: Create requirements.txt - uses: 1arp/create-a-file-action@0.2 - with: - # path: 'docs' - file: 'requirements.txt' - content: | - pelican - markdown - name: Build and Publish - uses: iranzo/gh-pages-pelican-action@master + uses: nelsonjchen/gh-pages-pelican-action@master + working-directory: docs env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - SOURCE_FOLDER: docs PELICAN_CONFIG_FILE: docs/publishconf.py