Skip to content

Commit

Permalink
docs: update hosting.md for gh-pages (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca committed Nov 21, 2023
1 parent 5c3b2e7 commit 4e57682
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions guide/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install slidev
run: npm i -g @slidev/cli

- name: Build
run: slidev build --base /<name_of_repo>/
run: npm run build -- --base /<name_of_repo>/

- uses: actions/configure-pages@v3

Expand Down

0 comments on commit 4e57682

Please sign in to comment.