Skip to content

Commit

Permalink
Updated workflow and tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Jan 15, 2024
1 parent 93df855 commit 799df4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP Composer
name: Build Docs

on:
workflow_dispatch:
Expand All @@ -14,6 +14,8 @@ jobs:

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

- name: Cache Composer packages
id: composer-cache
Expand All @@ -36,7 +38,7 @@ jobs:
- name: "Copy updates to main repo"
run: |
echo "Copying files..." && \
cp -R "${{ env.AUTODOCS_OUTPUT }}" "${{ github.workspace }}/autodocs-demo/storage/content" && \
cp -R "${{ env.AUTODOCS_OUTPUT }}/*.md" "${{ github.workspace }}/autodocs-demo/storage/content" && \
echo "Finished copy"
############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion storage/templates/readme.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

{{ about }}

## My PHP Projects
## My Projects

{{ projects_list }}

0 comments on commit 799df4a

Please sign in to comment.