This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TITLE] | |
;;Project Title/Notes | |
[OPTIONS] | |
;;Option Value | |
FLOW_UNITS LPS | |
INFILTRATION HORTON | |
FLOW_ROUTING DYNWAVE | |
LINK_OFFSETS DEPTH | |
MIN_SLOPE 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pages: | |
image: ghcr.io/pengx17/logseq-base:master | |
stage: deploy | |
script: | |
- mkdir public | |
- mv publish.mjs /home/logseq/publish.mjs | |
- cd /home/logseq | |
- "xvfb-run node /home/logseq/publish.mjs -p $CI_PROJECT_DIR -t $CI_PROJECT_DIR/public/build_trace.txt -o $CI_PROJECT_DIR/public" | |
artifacts: | |
paths: |