Skip to content

Commit

Permalink
add upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-anand-aintech committed May 17, 2024
1 parent 555b23b commit 888d769
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,15 @@ jobs:
- name: Build site
run: bundle exec jekyll build

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ./_site

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_dir: ./_site

0 comments on commit 888d769

Please sign in to comment.