Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 17, 2023
1 parent 4d83672 commit fd47bb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
# VITE_ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
# VITE_ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
# VITE_CF_STREAM_URL: ${{ secrets.CF_STREAM_URL }}
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: website client
path: |
workspaces/website/dist/client
- name: Publish
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit fd47bb6

Please sign in to comment.