Skip to content

Commit

Permalink
Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Aug 5, 2024
1 parent 99fda84 commit 46e924d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# https://jupyterbook.org/en/stable/publish/gh-pages.html

name: quarto-pages
name: deploy

on:
push:
Expand All @@ -20,13 +20,15 @@ on:


jobs:
deploy-book:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

#
# PYTHON STUFF
Expand Down Expand Up @@ -56,18 +58,15 @@ jobs:
# https://github.com/quarto-dev/quarto-actions/blob/main/examples/quarto-publish-example.yml
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
#env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: pre-release
# To install LaTeX to build PDF book
# (to get past errors on the CI build)
tinytex: true
# uncomment below and fill to pin a version
# version: SPECIFIC-QUARTO-VERSION-HERE
version: pre-release

# RENDER WEBSITE CONTENTS TO DOCS/_BUILD
- name: Build the book
shell: bash
run: |
quarto render docs/
Expand Down
4 changes: 2 additions & 2 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ book:
# - about-author.qmd

# https://quarto.org/docs/websites/website-navigation.html#side-navigation
#sidebar:
# logo: images/python-banner.jpeg
sidebar:
logo: images/python-banner.jpeg

page-footer:
left: |
Expand Down
2 changes: 0 additions & 2 deletions docs/index.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

# Welcome {.unnumbered}

<!--
![](./images/python-banner.jpeg){fig-align="center" fig-alt="Intro to Software Development in Python (banner image)"}
-->

Welcome to the \"Intro to Software Development in Python\" book (2024 edition, online)!

Expand Down

0 comments on commit 46e924d

Please sign in to comment.