Skip to content

Commit 9c73b15

Browse files
committed
Remove non used step
Signed-off-by: Alex V Jaramillo <[email protected]>
1 parent 27f3887 commit 9c73b15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
tar xvzf clearlinux-docs-zh-CN.tar.gz -C source/_build/html/zh_CN
3131
touch source/_build/html/.nojekyll
3232
mv source/_build/html $HOME/output
33-
- name: Deploy the docs
33+
- name: Deploy and publish docs
3434
run: |
3535
cd $HOME/output
3636
git init
@@ -39,7 +39,3 @@ jobs:
3939
git add .
4040
git commit -m "latest html output"
4141
git push -f https://${GITHUB_ACTOR}:${{secrets.ACCESS_TOKEN}}@github.com/clearlinux/clear-linux-documentation.git HEAD:latestHTML
42-
- name: Publish the docs
43-
run: |
44-
wget ${{secrets.PUBLISH_URL}}
45-
cat clearlinux-latest

0 commit comments

Comments
 (0)