Skip to content

Commit

Permalink
CI: Test code and deploy docs in the same workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jan 17, 2024
1 parent ac65499 commit 8007476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Needed to allow julia-actions/cache to delete old caches
permissions:
actions: write
contents: read
contents: write

jobs:
test:
Expand All @@ -37,3 +37,7 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-docdeploy@v1
if: matrix.version == '1.10'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 changes: 0 additions & 22 deletions .github/workflows/Documenter.yml

This file was deleted.

0 comments on commit 8007476

Please sign in to comment.