From 9c73b1523a22709c77a6766df0122389e93bdfe4 Mon Sep 17 00:00:00 2001 From: Alex V Jaramillo Date: Fri, 27 Sep 2024 16:07:28 -0700 Subject: [PATCH] Remove non used step Signed-off-by: Alex V Jaramillo --- .github/workflows/publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce4e29c86..b8e65254d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: tar xvzf clearlinux-docs-zh-CN.tar.gz -C source/_build/html/zh_CN touch source/_build/html/.nojekyll mv source/_build/html $HOME/output - - name: Deploy the docs + - name: Deploy and publish docs run: | cd $HOME/output git init @@ -39,7 +39,3 @@ jobs: git add . git commit -m "latest html output" git push -f https://${GITHUB_ACTOR}:${{secrets.ACCESS_TOKEN}}@github.com/clearlinux/clear-linux-documentation.git HEAD:latestHTML - - name: Publish the docs - run: | - wget ${{secrets.PUBLISH_URL}} - cat clearlinux-latest