Skip to content

Commit

Permalink
GPT-commit: Update Github Pages and workflow
Browse files Browse the repository at this point in the history
GPT-commit: Update Github Pages and workflow
  • Loading branch information
hwixley committed Oct 22, 2023
1 parent 7fb502c commit a5bd85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added .github-pages/index.html
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
branches: ["master", "jekyll-pages"]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
source: ./.github
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit a5bd85b

Please sign in to comment.