Skip to content

Commit ba6647c

Browse files
committed
Remove github pages
We don't use github pages to publish the book. If you'd like to see the specific contents on a given commit, check out the published artifacts.
1 parent a4b2516 commit ba6647c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rbe.yml

-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
- name: Build
2121
run: mdbook build
2222

23-
- name: Publish
24-
uses: peaceiris/actions-gh-pages@v3
25-
with:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
publish_dir: ./book
28-
2923
- name: Upload Artifact
3024
uses: actions/upload-artifact@v1
3125
with:

0 commit comments

Comments
 (0)