Skip to content

Commit

Permalink
Fix path in deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fraya committed Feb 1, 2024
1 parent 355f035 commit e26d12d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ on:
# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:

# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
# installed in ../../_packages relative to documentation's Makefile
env:
DYLAN: ${{ github.workspace }}

jobs:

build-and-deploy:
Expand All @@ -36,5 +31,5 @@ jobs:
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/build/html
folder: documentation/build/html
target-folder: docs/

0 comments on commit e26d12d

Please sign in to comment.