Skip to content

Commit

Permalink
Remove docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
findmyway authored Oct 7, 2022
1 parent fcdae76 commit 25e1821
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,3 @@ jobs:
- uses: codecov/codecov-action@v2
with:
files: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using MapGen
DocMeta.setdocmeta!(MapGen, :DocTestSetup, :(using MapGen); recursive=true)
doctest(MapGen)'

0 comments on commit 25e1821

Please sign in to comment.