Skip to content

Commit

Permalink
Move my template files to my directory
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Apr 1, 2024
1 parent 762040f commit 2354636
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dynamic-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
global_template_repository: varunsridharan/varunsridharan
files: |
templates/file-includes/README.md=output/file-includes/README.md
templates/file-includes/README.md=README.md
# README.md
templates/README.md=README.md
README.md
# templates/file-includes/README.md=output/file-includes/README.md
# templates/file-includes/inline.md=output/file-includes/inline.md
# templates/file-includes/reusable-includes.md=output/file-includes/reusable-includes.md
env:
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Dynamic Readme - **Github Action** Demo

<!-- START ./parts/table.md -->
| One | Two | Three |
| --- | --- | --- |
| One | Two | Three |
<!-- START ./tables/table.md -->

<!-- END ./parts/table.md -->
<!-- END ./tables/table.md -->
7 changes: 2 additions & 5 deletions output/file-includes/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Dynamic Readme - **Github Action** Demo

<!-- START ./parts/table.md -->
| One | Two | Three |
| --- | --- | --- |
| One | Two | Three |
</!-- START ./tables/table.md -->

<!-- END ./parts/table.md -->
</!-- END ./tables/table.md -->
File renamed without changes.
File renamed without changes.

0 comments on commit 2354636

Please sign in to comment.