Skip to content

Commit a73b51f

Browse files
authored
Move mediawiki-exporter into historical directory (#609)
1 parent 1b3f208 commit a73b51f

File tree

7 files changed

+3
-5
lines changed

7 files changed

+3
-5
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ on:
44
push:
55
paths-ignore:
66
- "historical/**"
7-
- "mediawiki-exporter/**"
87
- "README.md"
98
- "LICENSE"
109
pull_request:
1110
paths-ignore:
1211
- "historical/**"
13-
- "mediawiki-exporter/**"
1412
- "README.md"
1513
- "LICENSE"
1614
schedule:

DEPLOY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ cp build/highlight.min.js ../pandocs/theme/highlight.js
123123
├── custom/
124124
│ └── ...
125125
├── historical/
126-
── ...
127-
── mediawiki-exporter/
126+
── mediawiki-exporter/
127+
│ │ └── ...
128128
│ └── ...
129129
├── preproc/
130130
│ └── ...
@@ -151,7 +151,7 @@ cp build/highlight.min.js ../pandocs/theme/highlight.js
151151
- `workflows/` - [CI workflow description](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions) files.
152152
- `custom/` - Custom files added to the build.
153153
- `historical/` - Archive of legacy Pan Docs versions.
154-
- `mediawiki-exporter/` - A script (and support files) to generate this repo's Git history from a MediaWiki export.
154+
- `mediawiki-exporter/` - A script (and support files) to generate this repo's Git history from a MediaWiki export.
155155
- `preproc/`, `renderer/` - Our custom mdBook [preprocessor](https://rust-lang.github.io/mdBook/for_developers/preprocessors) and [back-end](https://rust-lang.github.io/mdBook/for_developers/backends), respectively. Both are standard Rust project folders (though see `Cargo.toml` below).
156156
- `src/` - Markdown text sources for the document. **You are probably interested in this folder.**
157157
- `imgs/` - Images should go in this folder, for organization purposes.
File renamed without changes.

0 commit comments

Comments
 (0)