We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 351ba4d + b0d1afa commit b6a23e9Copy full SHA for b6a23e9
2 files changed
.github/workflows/deploy.yml
@@ -18,9 +18,9 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout your repository using git
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
- name: Install, build, and upload your site
23
- uses: withastro/action@v0
+ uses: withastro/action@v3
24
25
deploy:
26
needs: build
@@ -31,4 +31,4 @@ jobs:
31
32
- name: Deploy to GitHub Pages
33
id: deployment
34
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
astro.config.mjs
@@ -9,6 +9,7 @@ import { remarkReadingTime } from "./remark-reading-time.mjs";
9
10
// https://astro.build/config
11
export default defineConfig({
12
+ site: "https://milan-codes.github.io",
13
vite: {
14
plugins: [tailwindcss()],
15
},
0 commit comments