Skip to content

Commit db283fc

Browse files
authored
Fix CI (#26)
* Update Julia version for Franklin * Remove PR run * Delete and ignore Manifest * Revert version relaxing
1 parent ea0990b commit db283fc

File tree

3 files changed

+2
-306
lines changed

3 files changed

+2
-306
lines changed

.github/workflows/Deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Julia
2424
uses: julia-actions/setup-julia@v1
2525
with:
26-
version: 1.5
26+
version: 1
2727
# NOTE
2828
# The steps below ensure that NodeJS and Franklin are loaded then it
2929
# installs highlight.js which is needed for the prerendering step

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ __site/
33
franklin
44
franklin.pub
55
node_modules/
6+
Manifest.toml

Manifest.toml

-305
This file was deleted.

0 commit comments

Comments
 (0)