Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jan 16, 2024
1 parent e0455aa commit 8f6f193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build mdBook
on:
push:
#branches:
# - main
# branches:
# - main

jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: './docs/book
path: './docs/book'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 8f6f193

Please sign in to comment.