Skip to content

Commit

Permalink
try to fix versiondocs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 17, 2021
1 parent e8f312f commit 1f9fc8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
versiondocs:
needs: deploydocs
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' }}
if: ${{github.event_name == 'release'}}
steps:
- uses: actions/checkout@v2
- name: Read package.json version
Expand All @@ -50,10 +50,10 @@ jobs:
with:
command: >-
become twinkle bash -c '
cd /data/project/twinkle/www/static
cp -r core-docs "core-docs-$VERSION"/
cd /data/project/twinkle/public_html
cp -r core-docs "core-docs-$VERSION"
cd /data/project/twinkle/www/static;
cp -r core-docs "core-docs-$VERSION";
cd /data/project/twinkle/public_html;
cp -r core-docs "core-docs-$VERSION";
'
host: login.toolforge.org
username: ${{ secrets.TOOLFORGE_USERNAME }}
Expand Down

0 comments on commit 1f9fc8f

Please sign in to comment.