Skip to content

Commit

Permalink
Fix documentation workflow site setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-gn committed Oct 16, 2023
1 parent 1c573a6 commit 56846a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
proxy_key: ${{ secrets.PROXY_KEY }}
proxy_port: ${{ secrets.PROXY_PORT }}
script: |
sudo rm -rf ${{ secrets.DOCS_WWW }}/*
sudo mv -f public/* ${{ secrets.DOCS_WWW }}/
rm -rf ${{ secrets.DOCS_WWW }}/*
mv -f public/* ${{ secrets.DOCS_WWW }}/

0 comments on commit 56846a4

Please sign in to comment.