cloudnativegeo / cloud-optimized-geospatial-formats-guide

https://guide.cloudnativegeo.org
Creative Commons Attribution 4.0 International
127 stars 18 forks source link

Add a contributing page #33

Closed abarciauskas-bgse closed 1 year ago

abarciauskas-bgse commented 1 year ago

And link to cookbooks page in sidebar navigation

github-actions[bot] commented 1 year ago

PR Preview Action v1.4.4 :---: :rocket: Deployed preview to https://developmentseed.github.io/cloud-optimized-geospatial-formats-guide/pr-preview/pr-33/ on branch gh-pages at 2023-08-21 21:33 UTC

abarciauskas-bgse commented 1 year ago

I believe I have addressed comments. I'm not sure why the preview isn't working yet, but did notice that it's redirecting to devseed.com 🤔

abarciauskas-bgse commented 1 year ago

Ok seems to be working now. At first I thought it was because I had to remove _site from .gitignore but then I realized I needed to add

        with:
          source-dir: _site

to the bottom of the preview.yml file

kylebarron commented 1 year ago

The preview is cool! Does it ever get cleaned up? I.e. after the PR is merged does the bot push again to the gh-pages branch to delete the /pr-preview/pr-33/ directory? Or do those preview directories just accumulate?

abarciauskas-bgse commented 1 year ago

For completeness: @kylebarron yes the tool https://github.com/marketplace/actions/deploy-pr-preview cleans up the pr-preview from gh-branches after the PR is merged