Skip to content

Commit

Permalink
checks (#4)
Browse files Browse the repository at this point in the history
* checks

* Build with Astro

---------

Co-authored-by: DimaDemchenko <[email protected]>
  • Loading branch information
mrlika and DimaDemchenko authored Feb 8, 2024
1 parent 29df68d commit 02353c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v1

Expand All @@ -29,4 +29,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
16 changes: 16 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build with Astro

on:
pull_request:
branches: [main]

workflow_dispatch:

jobs:
build-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v1

0 comments on commit 02353c1

Please sign in to comment.