Skip to content

Commit

Permalink
Merge branch 'main' into paige-williams-create-base-from-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
paigewilliams committed Jul 2, 2024
2 parents 16ac350 + 01d01a6 commit 342955f
Show file tree
Hide file tree
Showing 141 changed files with 5,490 additions and 2,155 deletions.
2 changes: 1 addition & 1 deletion .cargo-husky/hooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -e
if ! command -v just > /dev/null; then
echo "Command 'just' is not installed. See https://github.com/casey/just#readme for installation instructions, or use"
echo ""
echo " cargo install just"
echo " cargo install just --locked"
echo ""
exit 1
fi
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: 'Validate .md files (use "just fmt-md" to fix)'
uses: DavidAnson/markdownlint-cli2-action@v15
uses: DavidAnson/markdownlint-cli2-action@v16
with:
config: '.github/files/config.markdownlint-cli2.jsonc'

Expand All @@ -30,14 +30,14 @@ jobs:
config-file: '.github/files/markdown.links.config.json'

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'
mdbook-version: '0.4.40'

- run: mdbook build docs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 342955f

Please sign in to comment.