Skip to content

Commit

Permalink
Remove non used step
Browse files Browse the repository at this point in the history
Signed-off-by: Alex V Jaramillo <[email protected]>
  • Loading branch information
alexjch committed Sep 27, 2024
1 parent 27f3887 commit 9c73b15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 9c73b15

Please sign in to comment.