diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index ee753392..6683aad2 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -36,22 +36,11 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - - name: Download Book + - name: Download all artifacts uses: actions/download-artifact@v3 with: - name: book path: .book - - uses: actions/download-artifact@v3 - with: - name: sphinx - path: .book/artifacts/sphinx - - - uses: actions/download-artifact@v3 - with: - name: tests - path: .book/artifacts/tests - - name: GitHub Pages action uses: JamesIves/github-pages-deploy-action@v4.4.3 with: diff --git a/README.md b/README.md index 988cd931..8057399c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [cvxmarkowitz](http://www.cvxgrp.org/cvxmarkowitz/) +# [cvxmarkowitz](http://www.cvxgrp.org/cvxmarkowitz/book) [![PyPI version](https://badge.fury.io/py/cvxmarkowitz.svg)](https://badge.fury.io/py/cvxmarkowitz) [![Apache 2.0 License](https://img.shields.io/badge/License-APACHEv2-brightgreen.svg)](https://github.com/cvxgrp/cvxmarkowitz/blob/master/LICENSE) diff --git a/book/docs/api.md b/book/docs/api.md index 065d3310..9312eeab 100644 --- a/book/docs/api.md +++ b/book/docs/api.md @@ -2,4 +2,4 @@ ## Sphinx -{{ '[API]({url}/artifacts/sphinx/)'.format(url=book_url) }} +{{ '[API]({url}/sphinx/)'.format(url=book_url) }} diff --git a/book/docs/reports.md b/book/docs/reports.md index a5c7803d..fd00952e 100644 --- a/book/docs/reports.md +++ b/book/docs/reports.md @@ -2,8 +2,8 @@ ## Timing -{{ '[Report]({url}/artifacts/tests/html-report/report.html)'.format(url=book_url) }} +{{ '[Report]({url}/tests/html-report/report.html)'.format(url=book_url) }} ## Coverage -{{ '[Coverage]({url}/artifacts/tests/html-coverage/index.html)'.format(url=book_url) }} +{{ '[Coverage]({url}/tests/html-coverage/index.html)'.format(url=book_url) }}