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