Skip to content

Commit

Permalink
Merge pull request #38 from elsoroka/dev
Browse files Browse the repository at this point in the history
investigating docs build issue
  • Loading branch information
elsoroka committed Mar 12, 2024
2 parents 8790caf + c261030 commit 456eeb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI
on:
workflow_dispatch:
inputs:
push:
branches:
- main
Expand Down Expand Up @@ -28,4 +30,4 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: lcov.info # https://github.com/julia-actions/julia-processcoverage
file: lcov.info # https://github.com/julia-actions/julia-processcoverage
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: docs
# https://github.com/julia-actions/julia-docdeploy
on:
workflow_dispatch:
inputs:
push:
branches:
- main
Expand All @@ -21,3 +23,4 @@ jobs:
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.DOCS_GITHUB_TOKEN }}
JULIA_DEBUG: "Documenter"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CALL THIS FILE FROM ../ (call `julia docs/make.jl`)
using Documenter
push!(LOAD_PATH, "$(pwd())/src/")
ENV["JULIA_DEBUG"] = Documenter

using Satisfiability

Expand Down Expand Up @@ -43,4 +44,4 @@ Documenter.deploydocs(
repo = "github.com/elsoroka/Satisfiability.jl.git",
devbranch = "main",
push_preview = true,
)
)

0 comments on commit 456eeb0

Please sign in to comment.