Skip to content

Commit

Permalink
Merge branch 'new-publish'
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Nov 11, 2023
2 parents d3278ca + 9cdf5ee commit d1ca70c
Show file tree
Hide file tree
Showing 6 changed files with 997 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,24 @@ jobs:
permissions:
contents: write
steps:
- name: checkout publish branch
- name: Checkout main branch
uses: actions/checkout@v3
with:
ref: publish
ref: main

- name: Download artifact
uses: actions/download-artifact@v3
with:
name: build
path: build

- name: Copy build files to /docs
run: cp -r build/* docs/

- name: Rename cv.html to index.html
run: mv cv.html index.html
run: mv docs/cv.html docs/index.html
- name: Rename cv.pdf to Alfred-Renn-CV.pdf
run: mv cv.pdf Alfred-Renn-CV.pdf
run: mv docs/cv.pdf docs/Alfred-Renn-CV.pdf

- name: Git auto commit
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
Binary file added docs/Alfred-Renn-CV.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit d1ca70c

Please sign in to comment.