Skip to content

Commit

Permalink
fix: do deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 19, 2023
1 parent 3cf22f0 commit a62b283
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ jobs:
with:
name: docusaurus
path: build
- name: Prepare Environment
run: |
pwd
ls -lah
env:
CI: true
- name: Upload
uses: SamKirkland/web-deploy@v1
with:
Expand All @@ -90,5 +84,5 @@ jobs:
private-ssh-key: ${{secrets.DEPLOY_SSH_KEY}}
destination-path: ${{secrets.DEPLOY_PATH}}
source-path: build/
rsync-options: --archive --verbose --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.git/ --exclude=README.md --exclude=readme.md --exclude=.gitignore --dry-run
rsync-options: -avvz

0 comments on commit a62b283

Please sign in to comment.