Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try out new GHA #8

Merged
merged 77 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
0d7c738
Try out new GHA
tcompa Dec 9, 2024
6540a5a
fix branch
tcompa Dec 9, 2024
4bed339
Delete obsolete yml
tcompa Dec 9, 2024
8f09410
GHA
tcompa Dec 9, 2024
c7d42f3
GHA
tcompa Dec 9, 2024
1c12b84
fix yaml
tcompa Dec 9, 2024
909bff3
GHA
tcompa Dec 9, 2024
66f9911
GHA
tcompa Dec 9, 2024
59175c7
GHA
tcompa Dec 9, 2024
61f2ba7
GHA
tcompa Dec 9, 2024
2b52a57
GHA
tcompa Dec 9, 2024
4e4826f
GHA
tcompa Dec 9, 2024
d0ca033
GHA
tcompa Dec 9, 2024
f5699f6
GHA
tcompa Dec 9, 2024
9482f03
GHA
tcompa Dec 9, 2024
75478cb
GHA
tcompa Dec 9, 2024
8adb919
GHA
tcompa Dec 9, 2024
2d985ee
GHA
tcompa Dec 9, 2024
929fb28
GHA
tcompa Dec 9, 2024
9cb74ac
GHA
tcompa Dec 9, 2024
7063dca
GHA
tcompa Dec 9, 2024
016073d
GHA
tcompa Dec 9, 2024
1cf355c
GHA
tcompa Dec 9, 2024
1fa2b3b
GHA
tcompa Dec 9, 2024
da748b7
GHA
tcompa Dec 9, 2024
8501ba4
GHA
tcompa Dec 9, 2024
1027c81
GHA
tcompa Dec 9, 2024
8e1903a
GHA
tcompa Dec 9, 2024
a37a283
GHA
tcompa Dec 9, 2024
1ccd2fd
GHA
tcompa Dec 9, 2024
5a77f61
Change dir
tcompa Dec 9, 2024
ded0e8c
GHA
tcompa Dec 9, 2024
6102696
mkdocs.yml
tcompa Dec 9, 2024
3f3b825
test deploy
tcompa Dec 9, 2024
f58e1fb
mkdocs.yml
tcompa Dec 9, 2024
ba2b53d
debug GHA
tcompa Dec 9, 2024
3054029
GHA
tcompa Dec 9, 2024
62ae3db
GHA
tcompa Dec 9, 2024
d512aff
mkdocs
tcompa Dec 9, 2024
5bec254
re-include comment in GHA
tcompa Dec 9, 2024
514c438
parse docs info
tcompa Dec 9, 2024
17ae1bc
deploy
tcompa Dec 9, 2024
544a069
re-add comment
tcompa Dec 9, 2024
baa0535
Use iframe for tasks table
tcompa Dec 10, 2024
d2978b2
deploy
tcompa Dec 10, 2024
e2f520d
Revert "deploy"
tcompa Dec 10, 2024
54a94c7
Hide some titles
tcompa Dec 10, 2024
24db031
Add tools/full_local_build.sh
tcompa Dec 10, 2024
12597bd
Deploy
tcompa Dec 10, 2024
3237032
Revert "Deploy"
tcompa Dec 10, 2024
7dac066
Pin commit
tcompa Dec 10, 2024
ee75252
Deploy
tcompa Dec 10, 2024
a91ea03
undo
tcompa Dec 10, 2024
1cf8d87
Last-updated timestamp
tcompa Dec 10, 2024
8fdafd4
fix yaml
tcompa Dec 10, 2024
69aa3ff
deploy
tcompa Dec 10, 2024
58889ea
Revert "deploy"
tcompa Dec 10, 2024
a986b06
Increase height
tcompa Dec 10, 2024
e2567c2
Add workflow dispatch
tcompa Dec 10, 2024
f818c42
Deploy
tcompa Dec 10, 2024
646c5e1
revert
tcompa Dec 10, 2024
d72c03b
Add variable for fractal-web ref
tcompa Dec 10, 2024
576c6bf
Use single fractal-web reference config file
tcompa Dec 10, 2024
9ae38a3
Fix path
tcompa Dec 10, 2024
1a2a867
improve GHA and footer
tcompa Dec 10, 2024
7ca426a
GHA
tcompa Dec 10, 2024
e2198b0
GHA
tcompa Dec 10, 2024
6186296
Simplify date
tcompa Dec 10, 2024
4099526
deploy
tcompa Dec 10, 2024
a5213aa
revert
tcompa Dec 10, 2024
7085000
Add missing replacement
tcompa Dec 10, 2024
767eda1
fix namefile
tcompa Dec 10, 2024
56e2725
Simplify rm
tcompa Dec 10, 2024
2f90fb6
update fractal-web
tcompa Dec 10, 2024
608a2c6
Update fractal-web and add one more npm install
tcompa Dec 10, 2024
862f4d0
Update fractal-web ref
tcompa Dec 10, 2024
d6f11b2
GHA
tcompa Dec 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
GHA
  • Loading branch information
tcompa committed Dec 9, 2024
commit 66f991199c687c6271dee686e56e14717f9acc50
12 changes: 8 additions & 4 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
with:
repository: fractal-analytics-platform/fractal-web
ref: tasks-list-module # FIXME
with:
sparse-checkout: |
components
tasks-list

- uses: actions/setup-node@v4
with:
Expand All @@ -64,24 +68,24 @@ jobs:

- name: Install components dependencies
run: |
cd fractal-web/components
cd ../fractal-web/components
npm install

- name: Install tasks-list dependencies
run: |
cd fractal-web/tasks-list
cd ../fractal-web/tasks-list
npm install

- name: Move tasks.json file to fractal-web/tasks-list/src
run: mv tasks/data_retrieval/tasks_data.json fractal-web/tasks-list/src/tasks.json

- name: Build tasks-list page
run: |
cd fractal-web/tasks-list
cd ../fractal-web/tasks-list
npm run build

- name: Move tasks-list built files in docs site
run: mv fractal-web/tasks-list/build/ site/fractal-tasks
run: mv ../fractal-web/tasks-list/build/ ../site/fractal-tasks

- name: Deploy docs
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
Loading