Skip to content

Commit

Permalink
Docs redirect metadata (#23)
Browse files Browse the repository at this point in the history
Docs redirect and correct some tar file sources
  • Loading branch information
MichaelStubbings authored Sep 17, 2021
1 parent de1b8d7 commit 456b417
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .github/pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to master branch</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./master/index.html">
<link rel="canonical" href="master/index.html">
</head>
</html>
7 changes: 3 additions & 4 deletions .github/scripts/tar-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ if [[ -z $1 ]]; then
-OL https://ftp.gnu.org/gnu/nano/nano-2.4.1.tar.gz \
-o cothread-2-18.tar.gz -L https://github.com/dls-controls/cothread/archive/refs/tags/2-18.tar.gz \
-OL https://zlib.net/fossils/zlib-1.2.8.tar.gz \
-o ethtool-2.6.36.tar.gz -L https://sourceforge.net/projects/gkernel/files/ethtool/2.6.36/ethtool-2.6.36.tar.gz/download \
-OL https://src.fedoraproject.org/repo/pkgs/ethtool/ethtool-2.6.36.tar.gz/3b2322695e9ee7bf447ebcdb85f93e83/ethtool-2.6.36.tar.gz \
-OL https://infraroot.at/pub/mtd/mtd-utils-2.1.2.tar.bz2 \
-OL https://busybox.net/downloads/busybox-1.23.2.tar.bz2 \
-OL https://github.com/ralphlange/procServ/releases/download/V2.6.1-rc1/procServ-2.6.1-rc1.tar.gz \
-o procServ-2.6.0.tar.gz -L https://sourceforge.net/projects/procserv/files/2.6.0/procServ-2.6.0.tar.gz/download \
-OL http://kmq.jp.distfiles.macports.org/procServ/procServ-2.6.0.tar.gz \
-OL https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz \
-o e2fsprogs-1.46.2.tar.gz -L https://sourceforge.net/projects/e2fsprogs/files/e2fsprogs/v1.46.2/e2fsprogs-1.46.2.tar.gz/download \
-OL https://qa.debian.org/watch/sf.php/e2fsprogs/e2fsprogs-1.46.2.tar.gz \
-OL https://github.com/numpy/numpy/releases/download/v1.17.5/numpy-1.17.5.tar.gz \
-OL http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p15.tar.gz \
-OL https://matt.ucc.asn.au/dropbear/releases/dropbear-2015.67.tar.bz2 \
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
# Publish docs
- name: Move to versioned directory
# e.g. master or 0.1.2
run: |
mkdir PandABlocks-rootfs/.github/pages
mv build/build/html "PandABlocks-rootfs/.github/pages/${{ steps.split.outputs._2 }}"
run: mv build/build/html "PandABlocks-rootfs/.github/pages/${{ steps.split.outputs._2 }}"

- name: Publish Docs to gh-pages
# Only master and tags are published
Expand Down

0 comments on commit 456b417

Please sign in to comment.