File tree 4 files changed +3
-90
lines changed
4 files changed +3
-90
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Documentation
2
- See https://github.com/opengisch/teaching-and-talks#readme .
3
-
4
- # Workflow
1
+ Autogenerated content: Edit the sourcefiles in https://github.com/opengisch/teaching-and-talks
5
2
6
- ``` mermaid
7
- graph TD
8
- subgraph Alpha[opengisch/teaching-and-talks]
9
- A[User commits to this repository] --> B(CI inspects changes to user directories)
10
- B --> |User made changes to their local stylesheet?| C(Overwrite local with global stylesheets)
11
- B --> |User is a maintainer who made changes to a global stylesheet?| C
12
- C --> D(Build all directories using revealmd-js and copy the build under a 'build' subdirectory)
13
- D --> |Does any of the modified directory contain a 'DEPLOY' file?| E(Push them to opengisch/slides-deployed:staging)
14
- end
15
- subgraph Beta [opengisch/slides-deployed:staging]
16
- E --> |on push| F(update root 'index.html' so that all and only the subdirs with a 'DEPLOY' file are listed)
17
- F --> G(push 'build' + 'index.html' to opengisch/slides-deployed:production)
18
- end
19
- classDef r margin-right: 450px
20
- class Alpha r
21
- class Beta r
22
- ```
3
+ # Documentation
4
+ See https://github.com/opengisch/teaching-and-talks#readme.
You can’t perform that action at this time.
0 commit comments