Skip to content

Commit

Permalink
redirect github page to subfoleder
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
whitetuft committed Aug 6, 2023
1 parent b6c55e5 commit 8143987
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# A Radiative Transfer Python Library (non-scattering)

[![docker-image-ci](https://github.com/slarosa/pyrtlib/workflows/docker-image-ci/badge.svg)](https://github.com/slarosa/pyrtlib/actions/workflows/docker-image.yml)
[![run-python-tests](https://github.com/slarosa/pyrtlib/workflows/run-python-tests/badge.svg)](https://github.com/slarosa/pyrtlib/actions/workflows/ci.yml)
[![build-docs-action](https://github.com/slarosa/pyrtlib/workflows/build-docs-action/badge.svg)](https://github.com/slarosa/pyrtlib/actions/workflows/build_docs.yml)
[![docker-image-ci](https://github.com/SatCloP/pyrtlib/workflows/docker-image-ci/badge.svg)](https://github.com/slarosa/pyrtlib/actions/workflows/docker-image.yml)
[![run-python-tests](https://github.com/SatCloP/pyrtlib/workflows/run-python-tests/badge.svg)](https://github.com/slarosa/pyrtlib/actions/workflows/ci.yml)
[![build-docs-action](https://github.com/SatCloP/pyrtlib/workflows/build-docs-action/badge.svg)](https://github.com/slarosa/pyrtlib/actions/workflows/build_docs.yml)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/slarosa/pyrtlib?display_name=tag)
[![codecov](https://codecov.io/gh/slarosa/pyrtlib/branch/main/graph/badge.svg?token=7DV4B4U1OZ)](https://codecov.io/gh/slarosa/pyrtlib)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/slarosa/pyrtlib/v1.3.1)](https://github.com/slarosa/pyrtlib/commits/)
[![license](https://img.shields.io/github/license/slarosa/pyrtlib.svg)](https://github.com/slarosa/pyrtlib/blob/main/LICENSE)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/SatCloP/pyrtlib?display_name=tag)
[![codecov](https://codecov.io/gh/SatCloP/pyrtlib/branch/main/graph/badge.svg?token=7DV4B4U1OZ)](https://codecov.io/gh/SatCloP/pyrtlib)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/SatCloP/pyrtlib/v1.3.1)](https://github.com/SatCloP/pyrtlib/commits/)
[![license](https://img.shields.io/github/license/SatCloP/pyrtlib.svg)](https://github.com/SatCloP/pyrtlib/blob/main/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1234.svg)](https://doi.org/10.5281/zenodo.1234)
<!--[![GitHub commit](https://img.shields.io/github/last-commit/slarosa/pyrtlib)](https://github.com/slarosa/pyrtlib/commits/main)-->
<!-- [![license](https://img.shields.io/github/license/slarosa/pyrtlib.svg)](https://github.com/slarosa/pyrtlib/blob/main/LICENSE.md) -->
Expand Down
5 changes: 5 additions & 0 deletions docs/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ git checkout -b gh-pages
# that start with an underscore (_), such as our "_content" dir..
touch .nojekyll

# Add index.html to redirect to subfolder
cat >index.html <<EOF
<meta http-equiv="refresh" content="0; url=https://${GITHUB_REPOSITORY}.github.io/en/main/index.html">
EOF

# Add README
cat >README.md <<EOF
# GitHub Pages Cache
Expand Down

0 comments on commit 8143987

Please sign in to comment.