File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : ci
2+ on :
3+ push :
4+ branches :
5+ - main
6+ permissions :
7+ contents : write
8+ jobs :
9+ deploy :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-python@v4
14+ with :
15+ python-version : 3.x
16+ - uses : actions/cache@v2
17+ with :
18+ key : ${{ github.ref }}
19+ path : .cache
20+ - run : pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
21+ - run : pip install mkdocs-table-reader-plugin
22+ - run : mkdocs gh-deploy --force
23+ env :
24+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ icon: octicons/home-24
88
99# Welcome to OpenGeoMetadata
1010
11+ test
12+
1113OpenGeoMetadata is a discovery metadata schema for geospatial resources and an open platform for sharing metadata files.
1214
1315
You can’t perform that action at this time.
0 commit comments