Skip to content

Commit

Permalink
updating test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Jan 15, 2024
1 parent 799df4a commit 09a4c6c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ on:

env:
AUTODOCS_OUTPUT: "${{ github.workspace }}"
AUTODOCS_CACHE: "${{ github.workspace }}/autodocs-demo/storage/cache"
AUTODOCS_TEMPLATES: "${{ github.workspace }}/autodocs-demo/storage/templates"
AUTODOCS_CACHE: "${{ github.workspace }}/storage/cache"
AUTODOCS_TEMPLATES: "${{ github.workspace }}/storage/templates"
jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
path: autodocs-demo

- name: Cache Composer packages
id: composer-cache
Expand All @@ -38,7 +36,7 @@ jobs:
- name: "Copy updates to main repo"
run: |
echo "Copying files..." && \
cp -R "${{ env.AUTODOCS_OUTPUT }}/*.md" "${{ github.workspace }}/autodocs-demo/storage/content" && \
cp -R "${{ env.AUTODOCS_OUTPUT }}/*.md" "${{ github.workspace }}/storage/content" && \
echo "Finished copy"
############################################################################################
Expand Down

0 comments on commit 09a4c6c

Please sign in to comment.