chore: Update name of doc file. Add reference file
This commit is contained in:
parent
f7a638d32e
commit
04d3f05a09
12 changed files with 10 additions and 4 deletions
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
|
@ -59,25 +59,25 @@ jobs:
|
|||
|
||||
- name: Copy documentation to `docs/docs`
|
||||
run: |
|
||||
mv .lake/build/doc doc/docs
|
||||
mv .lake/build/doc docs/docs
|
||||
#End Section
|
||||
##################
|
||||
- name: Bundle dependencies
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
working-directory: doc
|
||||
working-directory: docs
|
||||
ruby-version: "3.1" # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
|
||||
|
||||
- name: Bundle website
|
||||
working-directory: doc
|
||||
working-directory: docs
|
||||
run: JEKYLL_ENV=production bundle exec jekyll build
|
||||
|
||||
- name: Upload docs & blueprint artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: doc/_site
|
||||
path: docs/_site
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 254 KiB |
0
doc/.gitignore → docs/.gitignore
vendored
0
doc/.gitignore → docs/.gitignore
vendored
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 183 KiB |
6
docs/references.bib
Normal file
6
docs/references.bib
Normal file
|
@ -0,0 +1,6 @@
|
|||
# To normalize:
|
||||
# bibtool --preserve.key.case=on --preserve.keys=on --pass.comments=on --print.use.tab=off -s -i doc/references.bib -o doc/references.bib
|
||||
|
||||
# To link to an entry in `references.bib`, use the following formats:
|
||||
# [Author, *Title* (optional location)][bibkey]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue