Skip to content

Commit

Permalink
build(CI): remove artifacts transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 4, 2021
1 parent 8ff87a2 commit 5c6f78b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,8 @@ jobs:
npm run lint --if-present
npm run test --if-present
npm run build:gh-pages
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: dist
path: public

deploy:
runs-on: ubuntu-latest
name: Deployment
needs: build
steps:
- name: Download production artifacts
uses: actions/download-artifact@v2
with:
name: dist
path: public
- name: List production artifacts
run: ls -R
working-directory: .
run: ls -alhR ./public
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 5c6f78b

Please sign in to comment.