Skip to content

Commit

Permalink
Merge pull request #487 from JamesWrigley/rm-manifests
Browse files Browse the repository at this point in the history
Stop tracking the manifest files
  • Loading branch information
jpsamaroo authored Mar 21, 2024
2 parents bb77974 + 85df3cb commit 49d85b5
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 986 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ on:
tags: '*'
pull_request:

permissions:
actions: write
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1.8'
version: '1'
- uses: julia-actions/cache@v1
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
run: julia --project=docs/ -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd()), PackageSpec(path=pwd() * "/lib/TimespanLogging"), PackageSpec(path=pwd() * "/lib/DaggerWebDash")]); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
Expand Down
Loading

0 comments on commit 49d85b5

Please sign in to comment.