Skip to content

Commit 8114baa

Browse files
committed
remove pre-built output
1 parent 219134a commit 8114baa

Some content is hidden

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

56 files changed

+10
-9789
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
2+
name: Deploy
33

44
on:
55
# Runs on pushes targeting the default branch
@@ -39,7 +39,7 @@ jobs:
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v1
4141
with:
42-
path: 'docs'
42+
path: dist
4343
- name: Deploy to GitHub Pages
4444
id: deployment
4545
uses: actions/deploy-pages@v1

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
**/*.rs.bk
33
.vscode
4+
/dist

book/book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ src = "src"
66
title = "Brainfuck JIT 虚拟机教程"
77

88
[build]
9-
build-dir = "../docs"
9+
build-dir = "../dist"

docs/.nojekyll

-1
This file was deleted.

docs/1.html

-236
This file was deleted.

0 commit comments

Comments
 (0)