Skip to content

Commit

Permalink
changing to documenter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
leios committed Feb 20, 2024
1 parent f0f8ab3 commit 7e5b265
Show file tree
Hide file tree
Showing 159 changed files with 152 additions and 74,136 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI

on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- main
tags: '*'

jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- run: |
julia --project=. -e 'import Pkg; Pkg.develop(path=".")'
julia --project=. src/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.bak
_book/*
build/*
Manifest.toml
*.html
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "site"
uuid = "43ef21f7-ab12-4fd6-b37e-70528d1ee7dd"
authors = ["James Schloss <[email protected]>"]
version = "0.1.0"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ I would love to hear your feedback!

All of the written text on this site was created by [James Schloss](https://github.com/leio) and is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).

[<p><img class="center" src="content/cc/by-nc-sa.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)
[<p><img class="center" src="src/content/cc/by-nc-sa.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

106 changes: 0 additions & 106 deletions SUMMARY.md

This file was deleted.

Loading

0 comments on commit 7e5b265

Please sign in to comment.