Skip to content

Commit

Permalink
fix workflow file for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-gn committed Dec 6, 2024
1 parent 8258361 commit d05d56c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

# Deployment job
deploy:
if: github.ref == 'refs/heads/develop'
environment:
name: documentation
url: "https://atlas-docs.ase.cit.tum.de"
Expand Down Expand Up @@ -66,4 +65,4 @@ jobs:
proxy_port: ${{ vars.DEPLOYMENT_GATEWAY_PORT }}
script: |
rm -rf ${{ vars.DOCS_WWW }}/*
mv -f public/* ${{ vars.DOCS_WWW }}/
mv -f public/* ${{ vars.DOCS_WWW }}/

0 comments on commit d05d56c

Please sign in to comment.