Skip to content

Commit

Permalink
GPT-commit: Modified GitHub workflows for Jekyll and main actions, de…
Browse files Browse the repository at this point in the history
…leted gh-pages/index.html for project optimization.

GPT-commit: Modified GitHub workflows for Jekyll and main actions, deleted gh-pages/index.html for project optimization.
  • Loading branch information
hwixley committed Jan 21, 2024
1 parent e66013d commit fdf8ee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: [ master ]
paths:
- .github/README.md

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- *.sh
- src/**

permissions:
contents: write
Expand Down
Empty file removed gh-pages/index.html
Empty file.

0 comments on commit fdf8ee8

Please sign in to comment.