Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwaway PR to test ghpages deployment w/ main branch filter disabled #501

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 21 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,27 @@ jobs:
with:
name: doc-coverage
path: doc/doc-coverage.json
- uses: actions/upload-artifact@v2
with:
name: documentation-html
path: doc/_build/html
deploy-to-gh-pages:
name: Deploy Documentation to GitHub Pages
runs-on: ubuntu-22.04
needs: test-documentation
# if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: documentation-html
path: doc/_build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/_build/html
deploy-documentation-coverage:
name: Deploy Documentation Coverage
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -208,16 +229,3 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: devosoft/empirical
tag_with_ref: true
- name: Log in to GitHub Container Registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to ghcr.io
uses: docker/build-push-action@v1
with:
context: .
push: true
repository: ghcr.io/devosoft/empirical
tag_with_ref: true
18 changes: 5 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,15 @@ RUN \
# remove -backports, -updates, -proposed, -security repositories
# looks like we have to grab libxxhash0 from -updates now
RUN \
apt-get update -y \
for n in $(seq 1 5); do apt-get update -y && sleep 5 && break; done \
&& \
apt-get install --no-install-recommends libxxhash0 \
apt-get install --no-install-recommends -y libxxhash0 software-properties-common \
&& \
apt-get clean \
&& \
rm -rf /var/lib/apt/lists/* \
&& \
apt-get update -y \
&& \
apt-get install -y software-properties-common \
&& \
add-apt-repository -y ppa:ubuntu-toolchain-r/test \
for n in $(seq 1 5); do add-apt-repository -y ppa:ubuntu-toolchain-r/test && sleep 5 && break; done \
&& \
add-apt-repository -y ppa:deadsnakes/ppa \
for n in $(seq 1 5); do add-apt-repository -y ppa:deadsnakes/ppa && sleep 5 && break; done \
&& \
apt-get update -y \
for n in $(seq 1 5); do apt-get update -y && sleep 5 && break; done \
&& \
apt-get install --no-install-recommends --allow-downgrades -y \
build-essential \
Expand Down
30 changes: 0 additions & 30 deletions doc/library/Evolve/evolve.md

This file was deleted.

195 changes: 0 additions & 195 deletions doc/library/Evolve/systematics.rst

This file was deleted.