Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Feb 24, 2024
1 parent 6ba0c71 commit 8d95090
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
cp dist/cv/browser/index.html dist/cv/browser/404.html
- name: Setup Pages
uses: actions/configure-pages@v3
with:
enablement: true
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@

<!-- Badges -->
<p>
<a href="https://github.com/axherrm/WebCVTemplate/graphs/contributors">
<img src="https://img.shields.io/github/contributors/axherrm/WebCVTemplate" alt="contributors" />
<a href="https://github.com/axherrm/WebCVTemplate-core/graphs/contributors">
<img src="https://img.shields.io/github/contributors/axherrm/WebCVTemplate-core" alt="contributors" />
</a>
<a href="">
<img src="https://img.shields.io/github/last-commit/axherrm/WebCVTemplate" alt="last update" />
<img src="https://img.shields.io/github/last-commit/axherrm/WebCVTemplate-core" alt="last update" />
</a>
<a href="https://github.com/axherrm/WebCVTemplate/network/members">
<img src="https://img.shields.io/github/forks/axherrm/WebCVTemplate" alt="forks" />
<a href="https://github.com/axherrm/WebCVTemplate-core/network/members">
<img src="https://img.shields.io/github/forks/axherrm/WebCVTemplate-core" alt="forks" />
</a>
<a href="https://github.com/axherrm/WebCVTemplate/stargazers">
<img src="https://img.shields.io/github/stars/axherrm/WebCVTemplate" alt="stars" />
</a>
<a href="https://github.com/axherrm/WebCVTemplate/issues/">
<img src="https://img.shields.io/github/issues/axherrm/WebCVTemplate" alt="open issues" />
<a href="https://github.com/axherrm/WebCVTemplate-core/issues/">
<img src="https://img.shields.io/github/issues/axherrm/WebCVTemplate-core" alt="open issues" />
</a>
<a href="https://github.com/axherrm/WebCVTemplate/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/axherrm/WebCVTemplate.svg" alt="license" />
Expand Down
13 changes: 0 additions & 13 deletions setup.sh

This file was deleted.

0 comments on commit 8d95090

Please sign in to comment.