Skip to content

Commit

Permalink
You have an error in your yaml syntax on line 55
Browse files Browse the repository at this point in the history
  • Loading branch information
marcadetd committed Jun 14, 2024
1 parent c324590 commit b9cc803
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Build-Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
touch _build/html/.nojekyll
- name: Deploy on riseclipse.github.io
- uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: '_build/html'
destination-github-username: 'riseclipse'
destination-repository-name: 'riseclipse-temporary'
user-email: [email protected]
target-branch: master
target-directory: python-launcher-docs
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: '_build/html'
destination-github-username: 'riseclipse'
destination-repository-name: 'riseclipse-temporary'
user-email: [email protected]
target-branch: master
target-directory: python-launcher-docs

0 comments on commit b9cc803

Please sign in to comment.