Skip to content

Commit

Permalink
chore: update submodule (#36)
Browse files Browse the repository at this point in the history
* chore: update submodule

* fix: ci job

* chore: align icons to the right
  • Loading branch information
leovct authored Dec 18, 2023
1 parent a999a36 commit 193a2a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
version: ${{ env.PNPM_VERSION }}

- name: Update submodules
run: pnpm run update
run: |
git config pull.rebase false
pnpm run update
- name: Check for changes
id: check_changes
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params:
Sometimes, I write technical articles and take part in hackathons (e.g. Chainlink Spring 2022: [Everest Protocol](https://devpost.com/software/everest-ab708o)).
- I'm very interested in blockchain technologies and web3 security at the moment. Other than that, I'm just a random baguette guy, gym rat, fond of sports and football :)
social:
align: left
align: right
icons:
- name: github
url: https://github.com/leovct
Expand Down

0 comments on commit 193a2a7

Please sign in to comment.