Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
diversable committed Dec 22, 2023
1 parent 4670a7d commit e58227c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_mdbook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
#
name: Deploy mdBook site to Github Pages
name: Deploy Leptos Book to Github Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -40,14 +40,14 @@ jobs:
run: |
cargo install mdbook-admonish --vers "1.14.0" --locked
mdbook-admonish install ./
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4

- name: Build with mdBook
run: mdbook build

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit e58227c

Please sign in to comment.