Skip to content

Commit

Permalink
ci: fix readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbeard committed Sep 17, 2023
1 parent 4541565 commit 63ed0d9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ jobs:
--print-to-pdf-no-header
dist/index.html
- name: Copy artifacts into dist
run: |
cp resume.txt resume-narrow.txt resume.json dist
- name: ls
run: ls -l . dist/

Expand Down Expand Up @@ -167,8 +163,7 @@ jobs:

- name: Debug
run: |
mv -f dist/README.md ./README.md
ls
ls -l
git status
- name: Commit Markdown
Expand Down

0 comments on commit 63ed0d9

Please sign in to comment.