Merge pull request #1974 from actions/pages/trim-whitespace

Trim whitespace on pages/mdbook.yml
This commit is contained in:
Jess Bees
2023-03-09 14:11:26 -05:00
committed by GitHub
+2 -2
View File
@@ -38,14 +38,14 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: install mdbook - name: install mdbook
run: | run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update rustup update
cargo install --version ${MDBOOK_VERSION} mdbook cargo install --version ${MDBOOK_VERSION} mdbook
- name: Setup Pages - name: Setup Pages
id: pages id: pages
uses: actions/configure-pages@v1 uses: actions/configure-pages@v1
- name: Build with mdbook - name: Build with mdbook
run: mdbook build run: mdbook build
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v1
with: with: