diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ba8eff8f..21ea5aac6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -232,8 +232,8 @@ jobs: with: python-version-file: .github/python-version.txt - run: | - wget -q https://github.com/gohugoio/hugo/releases/download/v0.92.1/hugo_extended_0.92.1_Linux-64bit.deb - echo "a9440adfd3ecce40089def287dee4e42ffae252ba08c77d1ac575b880a079ce6 hugo_extended_0.92.1_Linux-64bit.deb" | sha256sum -c + wget -q https://github.com/gohugoio/hugo/releases/download/v0.139.3/hugo_extended_0.139.3_linux-amd64.deb + echo "3e58800d1fee57269208d07d104ae1a6ab886615344099f2dca0c6ad5279bc11 hugo_extended_0.139.3_linux-amd64.deb" | sha256sum -c sudo dpkg -i hugo*.deb - run: pip install -e .[dev] - run: ./docs/build.py diff --git a/docs/src/layouts/shortcodes/asciicast.html b/docs/src/layouts/shortcodes/asciicast.html index 4f78a2a2d..62ff2e957 100644 --- a/docs/src/layouts/shortcodes/asciicast.html +++ b/docs/src/layouts/shortcodes/asciicast.html @@ -3,7 +3,7 @@ {{- if .Get "instructions" -}} {{- $instructions_file := print "static/recordings/" $file "_instructions.json" -}} - {{ $data := getJSON $instructions_file }} + {{ $data := resources.Get $instructions_file | transform.Unmarshal }}

Video Content