Skip to content

Commit 678f320

Browse files
committed
Undo all of that package stuff
1 parent ed19a5b commit 678f320

10 files changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/Build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
version: '1'
2525
show-versioninfo: true
2626
- uses: julia-actions/cache@v2
27-
- uses: julia-actions/julia-docdeploy@v1
27+
- name: Instantiate julia environment
28+
shell: julia --color=yes --project {0}
29+
run: import Pkg; Pkg.instantiate()
30+
- name: Build and deploy documentation
31+
run: julia --color=yes --project make.jl
2832
env:
2933
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Project.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
name = "JuliaPhysicsDocs"
2-
uuid = "8fc56513-70bf-4d89-b89a-1909bf80f8b0"
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+
[compat]
5+
Documenter = "1"
6+

docs/Project.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

src/JuliaPhysicsDocs.jl

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)