Skip to content

Commit

Permalink
fix(www): LinkedIn social link (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Aug 27, 2024
1 parent 49888a6 commit ff320f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
echo "HUGO_VERSION=${HUGO_VERSION}" >> "${GITHUB_OUTPUT}"
- name: Setup Hugo
# TODO find correct tag so action doesn't fail with file not found error
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
with:
hugo-version: ${{ steps.hugo-version.outputs.HUGO_VERSION }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ jobs:
user_name: 3ware-release[bot]
user_email: 3ware-release[bot]@users.noreply.github.com
publish_branch: main
commit_message: ${{ github.event.tag_name }}
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ params:
ananke_socials:
- name: github
url: https://github.com/3ware
- name: LinkedIn
- name: linkedin
url: https://linkedin.com/company/3ware
- name: keybase
url: https://keybase.io/chris3ware

0 comments on commit ff320f7

Please sign in to comment.