Skip to content

Commit

Permalink
removed cd, just specifying docs path instead. Also set package ser…
Browse files Browse the repository at this point in the history
…ver back to blank
  • Loading branch information
jonathanfischer97 committed Oct 23, 2024
1 parent 177070e commit 4c1573a
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 @@ -52,8 +52,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required for permissions to deploy documentation
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
run: >
cd docs;
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project --color=yes makedocs.jl
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24'
julia --project=docs --color=yes --code-coverage=user docs/make.jl
- name: Upload site as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4c1573a

Please sign in to comment.