Skip to content

Commit 3237032

Browse files
committed
Revert "Deploy"
This reverts commit 12597bd.
1 parent 12597bd commit 3237032

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/documentation.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
repository: fractal-analytics-platform/fractal-web
24-
ref: b044c44a7b3acd01f5b91b295eac0b97516ad74d # FIXME: replace with a tag
24+
ref: tasks-list-module # FIXME: replace with main (or latest tag?)
2525
path: WEB
2626
sparse-checkout: |
2727
components
@@ -40,6 +40,9 @@ jobs:
4040
- name: MKDocs build
4141
run: mkdocs build --config-file MAIN/mkdocs.yml --strict --site-dir ./site
4242

43+
- run: mv MAIN/site ./site
44+
- run: ls -lh ./site
45+
4346
# Retrieve remote task-list data
4447

4548
- name: Install requirements
@@ -80,8 +83,8 @@ jobs:
8083
- run: ls -lh site/*
8184

8285
- name: Deploy docs
83-
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
86+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
8487
uses: peaceiris/actions-gh-pages@v4
8588
with:
8689
github_token: ${{ secrets.GITHUB_TOKEN }}
87-
publish_dir: ./site
90+
publish_dir: ./site

0 commit comments

Comments
 (0)