Skip to content

Commit

Permalink
Update astro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Aug 31, 2024
1 parent 9dbcefe commit d31fd33
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,24 @@ on:
workflow_dispatch:
schedule:
- cron: '00 * * * *'

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build-and-deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest

steps:
- name: Checkout ⏬
uses: actions/checkout@v4
Expand All @@ -41,7 +46,9 @@ jobs:
restore-keys: npm-deps-

- name: Install deps 🍢
run: npm install
run: |
npm install
npm update
- name: Build Website from Astro 🏭
run: npm run build
Expand Down

0 comments on commit d31fd33

Please sign in to comment.