-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
opengisch
committed
Apr 2, 2024
1 parent
20f9669
commit 4e32c95
Showing
4 changed files
with
3 additions
and
90 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,4 @@ | ||
# Documentation | ||
See https://github.com/opengisch/teaching-and-talks#readme. | ||
|
||
# Workflow | ||
Autogenerated content: Edit the sourcefiles in https://github.com/opengisch/teaching-and-talks | ||
|
||
```mermaid | ||
graph TD | ||
subgraph Alpha[opengisch/teaching-and-talks] | ||
A[User commits to this repository] --> B(CI inspects changes to user directories) | ||
B --> |User made changes to their local stylesheet?| C(Overwrite local with global stylesheets) | ||
B --> |User is a maintainer who made changes to a global stylesheet?| C | ||
C --> D(Build all directories using revealmd-js and copy the build under a 'build' subdirectory) | ||
D --> |Does any of the modified directory contain a 'DEPLOY' file?| E(Push them to opengisch/slides-deployed:staging) | ||
end | ||
subgraph Beta [opengisch/slides-deployed:staging] | ||
E --> |on push| F(update root 'index.html' so that all and only the subdirs with a 'DEPLOY' file are listed) | ||
F --> G(push 'build' + 'index.html' to opengisch/slides-deployed:production) | ||
end | ||
classDef r margin-right: 450px | ||
class Alpha r | ||
class Beta r | ||
``` | ||
# Documentation | ||
See https://github.com/opengisch/teaching-and-talks#readme. |