Skip to content

Commit

Permalink
literally use the example workflow to see if at least it publishes th…
Browse files Browse the repository at this point in the history
…e README
  • Loading branch information
JasonLovesDoggo committed Nov 18, 2023
1 parent 27f584e commit f691fdb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

name: Docs Deployment
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["main", "develop"]
paths:
- 'docs/**'
- '.github/workflows/jekyll-gh-pages.yml'
branches: [$default-branch]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit f691fdb

Please sign in to comment.