Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed Feb 20, 2024
1 parent 6e81882 commit e75e89d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
#uses: actions/configure-pages@v4
uses: actions/configure-pages@v4
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
#- name: Upload artifact
#uses: actions/upload-pages-artifact@v3
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
Expand Down

0 comments on commit e75e89d

Please sign in to comment.