Skip to content

Commit

Permalink
Github Pages - Website
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Oct 21, 2024
1 parent 88801aa commit e4a93fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: Krail website - Github Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: [ main ]
pull_request: # test and revert
branches: [ main ]

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

Expand All @@ -46,6 +48,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
- name: Deploy website to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
3 changes: 3 additions & 0 deletions website/Krail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a test

Test webpage.

0 comments on commit e4a93fb

Please sign in to comment.