diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index d3476cf..7937bed 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -8,18 +8,26 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. env: + # NUXT_APP_BASE_URL: '/webceyhan.github.io/' GITHUB_API_TOKEN: ${{ secrets.API_TOKEN }} GITHUB_API_USERNAME: ${{ secrets.API_USERNAME }} + # social link handles + USER_GITHUB: ${{ vars.USER_GITHUB }} + USER_REDDIT: ${{ vars.USER_REDDIT }} + USER_LINKEDIN: ${{ vars.USER_LINKEDIN }} + USER_TWITTER: ${{ vars.USER_TWITTER }} + USER_INSTAGRAM: ${{ vars.USER_INSTAGRAM }} run: | npm ci npm run generate + rm -f .output/public/200.html - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages # The branch the action should deploy to. folder: .output/public # The folder the action should deploy. diff --git a/package-lock.json b/package-lock.json index 4cc64b7..e818dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,9 +16,9 @@ "vue3-particles": "^2.12.0" }, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxtjs/tailwindcss": "^6.8.0", - "@types/node": "^18.17.3", + "@types/node": "^20.5.3", "daisyui": "^3.5.1", "nuxt": "^3.6.5" } @@ -3294,9 +3294,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.17.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.5.tgz", - "integrity": "sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.3.tgz", + "integrity": "sha512-ITI7rbWczR8a/S6qjAW7DMqxqFMjjTo61qZVWJ1ubPvbIQsL5D/TvwjYEalM8Kthpe3hTzOGrF2TGbAu2uyqeA==", "dev": true }, "node_modules/@types/parse-json": { diff --git a/package.json b/package.json index 1e29785..6408270 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@nuxt/devtools": "latest", "@nuxtjs/tailwindcss": "^6.8.0", - "@types/node": "^18.17.3", + "@types/node": "^20.5.3", "daisyui": "^3.5.1", "nuxt": "^3.6.5" }, diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..e69de29