mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
ci: fix path to pages artifact
ci: ignore changes to documentation for docker/rust builds
This commit is contained in:
5
.github/workflows/book.yml
vendored
5
.github/workflows/book.yml
vendored
@@ -24,8 +24,6 @@ jobs:
|
||||
echo `pwd`/mdbook >> $GITHUB_PATH
|
||||
- name: Build Book
|
||||
run: |
|
||||
# This assumes your book is in the root of your repository.
|
||||
# Just add a `cd` here if you need to change to another directory.
|
||||
cd doc
|
||||
mdbook build
|
||||
- name: Setup Pages
|
||||
@@ -33,8 +31,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: "book"
|
||||
path: "doc/book"
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
Reference in New Issue
Block a user