Skip to content

Commit

Permalink
dry run-safe deploy (no deploy, just artifact upload)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Dec 1, 2023
1 parent 5894fb7 commit d2f53de
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,17 @@ jobs:
- name: Build
run: npm run build

- name: Deploy
uses: JamesIves/[email protected]
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
GITHUB_TOKEN: ${{ secrets.DEPLOY_SECRET }}
BRANCH: gh-pages
FOLDER: dist/devextreme-themebuilder-app
CLEAN: true
name: build-artifacts
path: dist/devextreme-themebuilder-app

# - name: Deploy
# uses: JamesIves/[email protected]
# with:
# GITHUB_TOKEN: ${{ secrets.DEPLOY_SECRET }}
# BRANCH: gh-pages
# FOLDER: dist/devextreme-themebuilder-app
# CLEAN: true

0 comments on commit d2f53de

Please sign in to comment.