Skip to content

Commit

Permalink
Merge branch 'staging' into jay/tokens-work
Browse files Browse the repository at this point in the history
  • Loading branch information
nmetulev authored Aug 14, 2023
2 parents 4628559 + 0c27d5c commit 975d392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-github-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy PWABuilder Docs to GitHub Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -36,14 +36,14 @@ jobs:
with:
node-version: '16.x'
- name: Setup Docs
run: cd docs/ && npm run setup
run: cd docs/ && npm i && npm run setup
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '.'
path: 'docs/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
3 changes: 0 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"clean": "rm -rf dist",
"setup": "npm run clean && tsc && node dist/setup.js"
},
"dependencies": {
"@pwabuilder/site-analytics": "file:../../libraries/site-analytics"
},
"devDependencies": {
"@types/node": "^20.4.2",
"cpx": "^1.5.0",
Expand Down

0 comments on commit 975d392

Please sign in to comment.