Skip to content

Commit 7783879

Browse files
committed
publishing site
1 parent 22dac9b commit 7783879

93 files changed

Lines changed: 6 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/mdbook-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: ./book/html
35+
path: ./myGithubPages
3636

3737
# Deployment job
3838
deploy:

justfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ build:
5151

5252
# Choose NOT to have github pages build the site - manual copy
5353
gh-pages:
54-
cp -r ./target/website ./src/book
54+
rm -rf ./myGithubPages
55+
cp -r ./target/website ./myGithubPages
56+
git add .
57+
git commit -am "publishing site"
58+
git push
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)