Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,25 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

- name: Install dependencies
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
cmd: install

- name: Build project
uses: borales/actions-yarn@v4
with:
cmd: generate # will run `yarn generate` command
cmd: generate

- name: Upload production-ready build files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./.output/public
Expand All @@ -42,7 +44,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: production-files
path: ./.output/public
Expand Down
2 changes: 1 addition & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const projects = ref<Project[]>([
{
title: "TaxManager",
image: "/images/portfolio4.png",
url: "https://docs.digitax.tech/docs/sage-online-plugin",
url: "https://ke.docs.digitax.tech/docs/digitax-sage-online-plugin",
body: "An Electron Desktop and web application that integrages Locally hosted ERP systems e.g Sage and Odoo to digitax for Tax Compliance with the new ETIMS API specifications. The frontend is Vue while the backend is Expressjs. It uses sequelize ORM to simplify DB access. Integrated for DXC Technology, Ngong Veg Ltd, Seweco Paints, Poa Internet and more.",
techStack: ["Electron", "Express", "Vue.js", "Typescript", "SQL"],
opensource: false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue-rough-notation": "^1.0.4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.3",
"@iconify-json/carbon": "^1.2.14",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "1.6.0",
"@nuxt/ui": "^2.18.7",
Expand All @@ -22,7 +22,7 @@
"@vueuse/core": "^11.1.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^11.1.0",
"gsap": "^3.12.2",
"gsap": "^3.13.0",
"happy-dom": "^15.7.4",
"nuxt": "^3.13.2",
"nuxt-gtag": "^3.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -700,10 +700,10 @@
dependencies:
"@tanstack/vue-virtual" "^3.0.0-beta.60"

"@iconify-json/carbon@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@iconify-json/carbon/-/carbon-1.2.3.tgz#4d73a0537286634d8107c30a962ea7d226052959"
integrity sha512-smQ1nMHZn1BcTBqr13SP/7z3F1mbGCjUT1PdcpmbRoBrB4nAA9ErkTvUp49zxCQ/6VHcJsVzLV2zVXY3jJ4Bnw==
"@iconify-json/carbon@^1.2.14":
version "1.2.14"
resolved "https://registry.yarnpkg.com/@iconify-json/carbon/-/carbon-1.2.14.tgz#36593c3ac25bf8e180142258739fa0d02101b619"
integrity sha512-33u6uGiYJ79Dfp72peT+PBMcjxzi+NyJLpqYRX8pnw0zchsUW7Us2xecgvkWgD83KYcbe6hufyWlHFU9y7fb/Q==
dependencies:
"@iconify/types" "*"

Expand Down Expand Up @@ -3927,10 +3927,10 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==

gsap@^3.12.2:
version "3.12.5"
resolved "https://registry.yarnpkg.com/gsap/-/gsap-3.12.5.tgz#136c02dad4c673b441bdb1ca00104bfcb4eae7f4"
integrity sha512-srBfnk4n+Oe/ZnMIOXt3gT605BX9x5+rh/prT2F1SsNJsU1XuMiP0E2aptW481OnonOGACZWBqseH5Z7csHxhQ==
gsap@^3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/gsap/-/gsap-3.13.0.tgz#597d4e019a2bb487785387d91296adebf92db9dd"
integrity sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw==

gzip-size@^7.0.0:
version "7.0.0"
Expand Down