Skip to content

Commit a6769e8

Browse files
committed
Revert "Update deploy artifact actions to v4"
This reverts commit 0df12db.
1 parent 92e4aeb commit a6769e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
# Upload the book's HTML as an artifact
5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v4
53+
uses: actions/upload-pages-artifact@v2
5454
with:
5555
path: "_build/html"
5656

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ sphinx:
4242
html_theme_options:
4343
logo:
4444
image_light: ./logo/logo-light.png
45-
image_dark: ./logo/logo-dark.png
45+
image_dark: ./logo/logo-dark.png

references.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ @inproceedings{holdgraf_portable_2017
3030
isbn = {978-1-4503-5272-7},
3131
doi = {10.1145/3093338.3093370},
3232
abstract = {© 2017 ACM. There is an increasing interest in learning outside of the traditional classroom setting. This is especially true for topics covering computational tools and data science, as both are challenging to incorporate in the standard curriculum. These atypical learning environments offer new opportunities for teaching, particularly when it comes to combining conceptual knowledge with hands-on experience/expertise with methods and skills. Advances in cloud computing and containerized environments provide an attractive opportunity to improve the effciency and ease with which students can learn. This manuscript details recent advances towards using commonly-Available cloud computing services and advanced cyberinfrastructure support for improving the learning experience in bootcamp-style events. We cover the benets (and challenges) of using a server hosted remotely instead of relying on student laptops, discuss the technology that was used in order to make this possible, and give suggestions for how others could implement and improve upon this model for pedagogy and reproducibility.},
33-
booktitle = {ACM International Conference Proceeding Series},
33+
booktitle = {{ACM} {International} {Conference} {Proceeding} {Series}},
3434
author = {Holdgraf, Christopher Ramsay and Culich, A. and Rokem, A. and Deniz, F. and Alegro, M. and Ushizima, D.},
3535
year = {2017},
3636
keywords = {Teaching, Bootcamps, Cloud computing, Data science, Docker, Pedagogy}

0 commit comments

Comments
 (0)