Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Jan 15, 2024
1 parent f55a44d commit f65ff3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
AUTODOCS_OUTPUT: "${{ github.workspace }}/output"
AUTODOCS_OUTPUT: "${{ github.workspace }}/content"
AUTODOCS_CACHE: "${{ github.workspace }}/storage/cache"
AUTODOCS_TEMPLATES: "${{ github.workspace }}/storage/templates"
jobs:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Copy updates to main repo"
run: |
echo "Copying files..." && \
cp -R "${{ env.AUTODOCS_OUTPUT }}/*.md" "${{ github.workspace }}/storage/content" && \
cp -R "${{ env.AUTODOCS_OUTPUT }}" "${{ github.workspace }}/storage" && \
echo "Finished copy"
############################################################################################
Expand Down

0 comments on commit f65ff3a

Please sign in to comment.