Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
opengisch committed Apr 2, 2024
1 parent 20f9669 commit 4e32c95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 90 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/ci.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

Empty file removed .nojekyll
Empty file.
24 changes: 3 additions & 21 deletions README.md
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.

0 comments on commit 4e32c95

Please sign in to comment.