We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fc09b commit 767e6e6Copy full SHA for 767e6e6
.travis.yml
@@ -10,7 +10,7 @@ before_script:
10
- typings install
11
script:
12
- npm run build # Runs next build
13
- - npm run export # Runs next export and generates the out directory
+ - npx next export # Runs next export and generates the out directory
14
- touch out/.nojekyll # Creates a file telling Github not to build the project using Jekyll
15
deploy:
16
provider: pages # Informs Travis this is a deployment to GitHub Pages
0 commit comments