Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaengelhard committed Feb 6, 2024
1 parent b1fd014 commit e00d4de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/portfolio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
uses: lucaengelhard/[email protected]
with:
path: "README.md"
- name: Create target file
run: echo "${{ steps.read_file.outputs.markdown }}" > ${{ github.event.repository.name }}.md
- name: show that file exists
run: ls
- name: Checkout Portfolio Repo
uses: actions/checkout@v4
with:
repository: lucaengelhard/portfolio
ref: main
- name: Create target file
run: echo "${{ steps.read_file.outputs.markdown }}" > ${{ github.event.repository.name }}.md
- name: show that file exists
run: ls
- name: Copy Generated MD File
run: cp ${{ github.event.repository.name }}.md content/
- name: add changes
Expand Down

0 comments on commit e00d4de

Please sign in to comment.