Skip to content

Commit

Permalink
Build on push
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Nov 26, 2024
1 parent f05aad8 commit e250434
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 e250434

Please sign in to comment.