File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments