Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Nov 6, 2023
1 parent ebf7c1e commit a29d394
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
# gem install jekyll bundler
# make docs

# - name: Upload artifact
# uses: actions/upload-pages-artifact@v2

upload:
runs-on: ubuntu-latest
steps:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

# Deployment job
deploy:
Expand Down

0 comments on commit a29d394

Please sign in to comment.