-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
93 additions
and
62 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
name: Build CI Img | ||
name: 🔧 Build CI Img | ||
|
||
on: | ||
# Push includes PR merge | ||
|
@@ -12,7 +12,7 @@ on: | |
workflow_dispatch: | ||
|
||
jobs: | ||
backend-ci-build: | ||
ci-build: | ||
uses: hotosm/gh-workflows/.github/workflows/[email protected] | ||
with: | ||
build_target: ci | ||
|
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,4 +1,4 @@ | ||
name: Build | ||
name: 🔧 Build | ||
|
||
on: | ||
push: | ||
|
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,4 +1,4 @@ | ||
name: Publish Docs | ||
name: 📖 Publish Docs | ||
|
||
on: | ||
push: | ||
|
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
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,4 +1,4 @@ | ||
name: Publish to PyPi.org | ||
name: 🚩 Publish to PyPi.org | ||
|
||
on: | ||
release: | ||
|
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,4 +1,4 @@ | ||
name: PyTest | ||
name: 🧪 PyTest | ||
|
||
on: | ||
# Run tests on all pushed branches | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: 📖 Publish Docs to Wiki | ||
|
||
on: | ||
push: | ||
paths: | ||
- docs/** | ||
branches: [main] | ||
# Allow manual trigger (workflow_dispatch) | ||
workflow_dispatch: | ||
|
||
jobs: | ||
publish-docs-to-wiki: | ||
uses: hotosm/gh-workflows/.github/workflows/[email protected] | ||
with: | ||
homepage_path: "index.md" |
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# [Home](https://github.com/hotosm/osm-fieldwork/wiki) | ||
|
||
[About](https://github.com/hotosm/osm-fieldwork/wiki/about) | ||
|
||
[Postgres](https://github.com/hotosm/osm-fieldwork/wiki/postgres) | ||
|
||
[YAML](https://github.com/hotosm/osm-fieldwork/wiki/yaml) | ||
|
||
[JSON](https://github.com/hotosm/osm-fieldwork/wiki/json) | ||
|
||
[Importer](https://github.com/hotosm/osm-fieldwork/wiki/importer) | ||
|
||
[Overture](https://github.com/hotosm/osm-fieldwork/wiki/overture) | ||
|
||
[Geofabrik](https://github.com/hotosm/osm-fieldwork/wiki/geofabrik) | ||
|
||
[API](https://github.com/hotosm/osm-fieldwork/wiki/api) |
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
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,10 +1,10 @@ | ||
# Geofabrik | ||
|
||
This is a simple utility to download country data files from | ||
[GeoFabrik](https://download.geofabrik.de/). | ||
[GeoFabrik](https://download.geofabrik.de/). | ||
|
||
options: | ||
--help(-h) show this help message and exit | ||
--verbose(-v) verbose output | ||
--file(-f) FILE The country or US state to download | ||
--list(-l) List all files on GeoFabrik | ||
options: | ||
--help(-h) show this help message and exit | ||
--verbose(-v) verbose output | ||
--file(-f) FILE The country or US state to download | ||
--list(-l) List all files on GeoFabrik |
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
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
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