Skip to content

Commit

Permalink
Corrected docs build path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Nov 24, 2021
1 parent 4229cf2 commit bfa8073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Move to versioned directory
# e.g. master or 0.1.2
run: mv build/html ".github/pages/${GITHUB_REF##*/}"
run: mv PandABlocks-webcontrol/build/templates ".github/pages/${GITHUB_REF##*/}"

- name: Publish Docs to gh-pages
# Only master and tags are published
Expand Down

0 comments on commit bfa8073

Please sign in to comment.