Skip to content

Commit

Permalink
use real dest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcadetd committed Jun 14, 2024
1 parent 97c61f5 commit 29549da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build-Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
with:
path: ${{ github.event.repository.name }}

- name: Checkout riseclipse-temporary
- name: Checkout riseclipse.github.io
uses: actions/checkout@v4
with:
repository: riseclipse/riseclipse-temporary
path: riseclipse-temporary
repository: riseclipse/riseclipse.github.io
path: riseclipse.github.io
ref: master

- name: Install Python
Expand All @@ -60,7 +60,7 @@ jobs:
with:
source-directory: '${{ github.event.repository.name }}/fr.centralesupelec.edf.riseclipse.python.launcher/docs/_build/html'
destination-github-username: 'riseclipse'
destination-repository-name: 'riseclipse-temporary'
destination-repository-name: 'riseclipse.github.io'
user-email: [email protected]
target-branch: master
target-directory: python-launcher-docs

0 comments on commit 29549da

Please sign in to comment.