Skip to content

Commit

Permalink
add a push for the markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
danpilch committed Feb 12, 2025
1 parent 6173088 commit 94f9843
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,17 @@ jobs:
run: |
DATE=$(date +"%Y-%m-%d")
mv resume/output/danpilch-resume-*.md _posts/*-cv.md
mv _posts/*-cv.md _posts/${DATE}-cv.md
git mv _posts/*-cv.md _posts/${DATE}-cv.md
- name: Create Unique Git Tag
- name: Create Unique Git Tag and push any changes?
id: create_tag
run: |
TIMESTAMP=$(date +"%Y-%m-%d-%H%M%S")
TAG="resume-${TIMESTAMP}"
git tag "$TAG"
git push origin "$TAG"
git push
echo "tag_name=$TAG" >> $GITHUB_ENV
- name: Upload All Resumes to Release
Expand Down

0 comments on commit 94f9843

Please sign in to comment.