Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
updated postdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 15, 2024
1 parent e4b0951 commit 63362fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
BASE_URL: https://dev.nightwatchjs.org
REMOTE_SERVER: ${{ secrets.REMOTE_SERVER }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
MD_DOCS_FOLDER: ${{ github.workspace }}/nightwatch-docs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"eslint": "^8.32.0",
"html-minifier": "^4.0.0",
"nightwatch-examples": "nightwatchjs-community/nightwatch-examples",
"postdoc": "0.3.0-preview2"
"postdoc": "0.3.0-preview3"
}
}
2 changes: 1 addition & 1 deletion postdoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
},

pwa: {
enabled: true
enabled: false
},

directories: {
Expand Down

0 comments on commit 63362fb

Please sign in to comment.