Skip to content

Commit

Permalink
Fix typo on documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-gn committed Oct 16, 2023
1 parent e43807f commit 1c573a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

# Deployment job
deploy:
if: github.ref == 'refs/heads/develop'
environment:
name: documentation
url: "https://docs.artemis.cit.tum.de"
Expand All @@ -62,7 +63,7 @@ jobs:
proxy_key: ${{ secrets.PROXY_KEY }}
proxy_port: ${{ secrets.PROXY_PORT }}
source: "public"
target: ${{ secrets.DOCS_HOME }}}
target: ${{ secrets.DOCS_HOME }}
- name: Move site to www
uses: appleboy/ssh-action@master
with:
Expand All @@ -75,4 +76,4 @@ jobs:
proxy_port: ${{ secrets.PROXY_PORT }}
script: |
sudo rm -rf ${{ secrets.DOCS_WWW }}/*
sudo mv -f public/* ${{ secrets.DOCS_WWW }}}/
sudo mv -f public/* ${{ secrets.DOCS_WWW }}/

0 comments on commit 1c573a6

Please sign in to comment.