Skip to content

Commit 186e56e

Browse files
authored
Merge pull request #10 from jonaspm/dev
fix/deployment to github pages
2 parents 002a183 + 5861d0d commit 186e56e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/astro.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
exit 1
5757
fi
5858
- name: Setup Node
59-
uses: actions/setup-node@v3
59+
uses: actions/setup-node@v4
6060
with:
61-
node-version: "18"
61+
node-version: "10"
6262
cache: ${{ steps.detect-package-manager.outputs.manager }}
6363
cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
6464
- name: Setup Pages
6565
id: pages
66-
uses: actions/configure-pages@v3
66+
uses: actions/configure-pages@v4
6767
- name: Install dependencies
6868
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
6969
working-directory: ${{ env.BUILD_PATH }}
@@ -88,4 +88,4 @@ jobs:
8888
steps:
8989
- name: Deploy to GitHub Pages
9090
id: deployment
91-
uses: actions/deploy-pages@v2
91+
uses: actions/deploy-pages@v3

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import react from "@astrojs/react";
33
import tailwind from "@astrojs/tailwind";
44

55
export default defineConfig({
6-
site: "https://jonaspm.github.io/",
6+
site: "https://jonasperusquia.com",
77
integrations: [react(), tailwind()],
88
server: {
99
host: true,

0 commit comments

Comments
 (0)