Skip to content

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz authored Jul 20, 2024
1 parent 0a1905c commit 319f937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl")'
julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl.git")'
julia -e 'using Pkg; Pkg.instantiate()'
- name: Build documentation
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.DOCUMENTER_KEY }}
token: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 319f937

Please sign in to comment.