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 f4b7afe commit e259f64Copy full SHA for e259f64
.github/workflows/docs-preview-deploy.yml
@@ -45,6 +45,6 @@ jobs:
45
github-token: '${{secrets.GITHUB_TOKEN}}'
46
workflow-artifact-name: 'docs-preview'
47
firebase-config-dir: './docs'
48
- firebase-public-dir: './docs/dist/material-angular-io.production'
+ firebase-public-dir: './docs/dist'
49
firebase-project-id: '${{env.PREVIEW_PROJECT}}'
50
firebase-service-key: '${{secrets.FIREBASE_PREVIEW_SERVICE_TOKEN}}'
docs/firebase.json
@@ -2,7 +2,7 @@
2
"$schema": "https://raw.githubusercontent.com/firebase/firebase-tools/master/schema/firebase-config.json",
3
"hosting": {
4
"target": "mat-aio",
5
- "public": "./dist/material-angular-io.production",
+ "public": "./dist",
6
"cleanUrls": true,
7
"rewrites": [
8
{
0 commit comments