Skip to content

Commit

Permalink
ci: adjust for static
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Jan 18, 2024
1 parent c5d9186 commit f2da914
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-deploy-recap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: build re>≡CAP website
run: |
cd docs-dev
npm i
npm run build
ls -alR ../docs
env:
CI: true
# - name: build re>≡CAP website
# run: |
# cd docs-dev
# npm i
# npm run build
# ls -alR ../docs
# env:
# CI: true
- name: deploy
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.actions_deploy_secret }}
PUBLISH_BRANCH: published-page
PUBLISH_DIR: ./
PUBLISH_DIR: ./static
with:
commitMessage: "docs: re>≡CAP website"
keepFiles: true
Expand Down

0 comments on commit f2da914

Please sign in to comment.