Skip to content

Commit

Permalink
debug GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Dec 9, 2024
1 parent f58e1fb commit ba2b53d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: MKDocs build
run: mkdocs build --config-file MAIN/mkdocs.yml --strict --site-dir ./site

- run: pwd
- run: ls -lh ./site
- run: ls -lh MAIN/site


# Retrieve remote task-list data

- name: Install requirements
Expand Down Expand Up @@ -77,10 +82,12 @@ jobs:
- name: Move tasks-list built files in docs site
run: mv WEB/tasks-list/build/ MAIN/site/fractal-tasks

- run: mv MAIN/site ./site
- run: ls -lh MAIN/site/ MAIN/site/* # FIXME


- name: Deploy docs
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # FIXME
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # FIXME
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ba2b53d

Please sign in to comment.