Skip to content

Commit

Permalink
Merge pull request #26 from autumn-library/nixel2007-patch-1
Browse files Browse the repository at this point in the history
Build on push
  • Loading branch information
nixel2007 authored Nov 26, 2024
2 parents f05aad8 + e250434 commit e6af784
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Deploy VitePress to GitHub Pages
name: Build & Deploy VitePress to GitHub Pages

on:
push:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -42,7 +40,8 @@ jobs:

needs: build
runs-on: ubuntu-latest
if: github.ref_name == 'master'
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4


0 comments on commit e6af784

Please sign in to comment.