Skip to content

Commit

Permalink
Merge pull request #13 from brown9804/feature/markdown-html
Browse files Browse the repository at this point in the history
testing + validation (md to html automated)
  • Loading branch information
brown9804 authored Jan 13, 2025
2 parents 9345bb0 + 5c14aab commit 46b55fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/md-html-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main # Trigger the workflow on push to the main branch
- dev
- feature/*

jobs:
build-and-deploy:
Expand Down Expand Up @@ -33,8 +35,8 @@ jobs:
- name: Deploy to GitHub Pages
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global user.email "belindabrownr04@gmail.com"
git config --global user.name "brown9804"
git add _site
git commit -m 'Deploy static HTML files'
git push origin main
git push origin HEAD:${{ github.ref }}

0 comments on commit 46b55fb

Please sign in to comment.