Skip to content

Commit 40c319f

Browse files
authored
Merge pull request #11 from branfosj/interactive
add blog post on interactive shell and debugging build failures
2 parents b963e80 + 6a6289d commit 40c319f

File tree

9 files changed

+2689
-1
lines changed

9 files changed

+2689
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
2020
with:
2121
check_filenames: true
22-
skip: '*.pdf,.git,*.json'
22+
skip: '*.pdf,.git,*.json,*.js,*.css'
2323
ignore_words_list:
2424

2525
- name: install mkdocs + plugins

docs/.authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ authors:
44
description: HPC-UGent
55
avatar: https://avatars.githubusercontent.com/u/620876?v=4
66
slug: https://github.com/boegel
7+
branfosj:
8+
name: Simon Branford
9+
description: University of Birmingham
10+
avatar: https://avatars.githubusercontent.com/u/4967?v=4
11+
slug: https://github.com/branfosj
712
hvelab:
813
name: Helena Vela Beltran
914
description: Do IT Now

docs/asciinema/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# asciinema
2+
3+
This folder contains the [asciinema](https://www.asciinema.org/) javascript and css files.
4+
These have been downloaded from the [asciinema release page](https://github.com/asciinema/asciinema-player/releases).
5+
6+
## Update asciinema
7+
8+
1. Download `asciinema-player.css` and `asciinema-player.min.js` from the [latest asciinema release}(https://github.com/asciinema/asciinema-player/releases).
9+
1. Rename both files to add in the version (`-VERSION`) they correspond too.
10+
* `mv asciinema-player.css asciinema-player-VERSION.css`
11+
* `mv asciinema-player.min.js asciinema-player-VERSION.min.js`
12+
1. Edit `mkdocs.yml` to update the information in `extra_css` and `extra_javascript`.
13+
1. Delete the old versions of these files.
14+

0 commit comments

Comments
 (0)