Skip to content

Commit

Permalink
Updated CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlefringhausen committed May 8, 2024
1 parent 7b53c7c commit 1bdd31e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI

on:
push:
branches:
- main
tags: '*'
pull_request:

jobs:
build:
permissions:
Expand All @@ -19,7 +21,7 @@ jobs:
version: '1.10'
- uses: julia-actions/cache@v1
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path="Julia")); Pkg.instantiate()'
run: julia --project=docs/ -e 'using Pkg; Pkg.activate("./Julia"); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
Expand Down

0 comments on commit 1bdd31e

Please sign in to comment.