File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ jobs:
102102 run : |
103103 CURRENT_DATE=$(date +"%Y-%m-%d %H:%M %Z")
104104 echo "$CURRENT_DATE"
105- sed -i'.bak1' "s/LASTUPDATEDPLACEHOLDER/$CURRENT_DATE/" site/available_tasks /index.html
106- sed -i'.bak2' "s/FRACTALWEBREFERENCEPLACEHOLDER/${{ env.FRACTAL_WEB_REFERENCE }}/" site/available_tasks /index.html
107- rm site/available_tasks /index.html.bak1 site/available_tasks /index.html.bak2
105+ sed -i'.bak1' "s/LASTUPDATEDPLACEHOLDER/$CURRENT_DATE/" site/fractal_tasks /index.html
106+ sed -i'.bak2' "s/FRACTALWEBREFERENCEPLACEHOLDER/${{ env.FRACTAL_WEB_REFERENCE }}/" site/fractal_tasks /index.html
107+ rm site/fractal_tasks /index.html.bak1 site/fractal_tasks /index.html.bak2
108108
109109 - run : ls -lh site/*
110110
Original file line number Diff line number Diff line change 2020}
2121</style >
2222
23+ Here is a list of task packages which can be used in Fractal (note that not all existing packages are currently listed).
24+
2325<iframe src =" ../task-table/ " class =" tasks-iframe " >
2426 </iframe >
2527
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ npm run build
3737cp -r build " $CURRENT_DIR /site/task-table"
3838
3939CURRENT_DATE=$( date +" %Y-%m-%d %H:%M %Z" )
40- sed -i' .bak1' " s/LASTUPDATEDPLACEHOLDER/$CURRENT_DATE /" " $CURRENT_DIR /site/available_tasks /index.html"
41- sed -i' .bak2' " s/FRACTALWEBREFERENCEPLACEHOLDER/$FRACTAL_WEB_REFERENCE /" " $CURRENT_DIR /site/available_tasks /index.html"
42- rm " $CURRENT_DIR /site/available_tasks /index.html.bak1"
43- rm " $CURRENT_DIR /site/available_tasks /index.html.bak2"
40+ sed -i' .bak1' " s/LASTUPDATEDPLACEHOLDER/$CURRENT_DATE /" " $CURRENT_DIR /site/fractal_tasks /index.html"
41+ sed -i' .bak2' " s/FRACTALWEBREFERENCEPLACEHOLDER/$FRACTAL_WEB_REFERENCE /" " $CURRENT_DIR /site/fractal_tasks /index.html"
42+ rm " $CURRENT_DIR /site/fractal_tasks /index.html.bak1"
43+ rm " $CURRENT_DIR /site/fractal_tasks /index.html.bak2"
4444
4545
4646deactivate
You can’t perform that action at this time.
0 commit comments