Skip to content

Commit b6a23e9

Browse files
authored
Merge pull request #13 from milan-codes/dev
Update deploy actions
2 parents 351ba4d + b0d1afa commit b6a23e9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout your repository using git
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Install, build, and upload your site
23-
uses: withastro/action@v0
23+
uses: withastro/action@v3
2424

2525
deploy:
2626
needs: build
@@ -31,4 +31,4 @@ jobs:
3131
steps:
3232
- name: Deploy to GitHub Pages
3333
id: deployment
34-
uses: actions/deploy-pages@v1
34+
uses: actions/deploy-pages@v4

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { remarkReadingTime } from "./remark-reading-time.mjs";
99

1010
// https://astro.build/config
1111
export default defineConfig({
12+
site: "https://milan-codes.github.io",
1213
vite: {
1314
plugins: [tailwindcss()],
1415
},

0 commit comments

Comments
 (0)