Skip to content

Commit 12597bd

Browse files
committed
Deploy
1 parent 24db031 commit 12597bd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 6 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: tasks-list-module # FIXME: replace with main (or latest tag?)
24+
ref: b044c44a7b3acd01f5b91b295eac0b97516ad74d # FIXME: replace with a tag
2525
path: WEB
2626
sparse-checkout: |
2727
components
@@ -40,9 +40,6 @@ 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-
4643
# Retrieve remote task-list data
4744

4845
- name: Install requirements
@@ -83,8 +80,8 @@ jobs:
8380
- run: ls -lh site/*
8481

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

0 commit comments

Comments
 (0)