Skip to content

Commit

Permalink
adding build support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminmoslake7020 committed Nov 21, 2024
1 parent 97db8d3 commit 340ffb9
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,19 @@ jobs:
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
run: ls -lah
# with:
# source: ./
# destination: ./_site
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./

# Deployment job
# deploy:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# needs: build
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 340ffb9

Please sign in to comment.