Skip to content

Commit

Permalink
cleanup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Apr 10, 2024
1 parent 315ff38 commit aacbd6b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 62 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,3 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
permissions:
actions: write # needed to allow julia-actions/cache to proactively delete old caches that it has created
contents: write
statuses: write
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/cache@v1
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
run: |
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run doctests
shell: julia --project=docs --color=yes {0}
run: |
using Documenter: DocMeta, doctest
using BasicAutoloads
DocMeta.setdocmeta!(BasicAutoloads, :DocTestSetup, :(using BasicAutoloads); recursive=true)
doctest(BasicAutoloads)
16 changes: 0 additions & 16 deletions .github/workflows/CompatHelper.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/Register.yml

This file was deleted.

0 comments on commit aacbd6b

Please sign in to comment.