Skip to content

Commit

Permalink
ci(astro): revert back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsov committed Dec 27, 2023
1 parent a00b4d9 commit 3d00414
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:

jobs:
build:
name: Build and deploy
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -75,8 +75,14 @@ jobs:
with:
path: ${{ env.BUILD_PATH }}/dist

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
BRANCH: github-pages
FOLDER: dist/
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 3d00414

Please sign in to comment.