Skip to content

Commit

Permalink
add upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Jan 2, 2024
1 parent ac5187f commit 53c91d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
- name: Build nemanjam.github.io
run: yarn build:nmc

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./apps/nemanjamiticcom/dist

deploy:
needs: build-monorepo
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53c91d6

Please sign in to comment.