From 4f83f9c58c97876eef35ffa491fa392a9bda1d55 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 19 Sep 2020 21:36:51 +0200 Subject: [PATCH] Here we go again --- .github/workflows/pelican-publish.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pelican-publish.yml b/.github/workflows/pelican-publish.yml index 4e688c6..4296ab8 100644 --- a/.github/workflows/pelican-publish.yml +++ b/.github/workflows/pelican-publish.yml @@ -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