Skip to content

Commit

Permalink
Remove contribution from pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JStumpp committed Nov 30, 2020
1 parent 37b5d4b commit 432aa09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Azure CLI script
- name: Upload to Azure
uses: azure/CLI@v1
with:
azcliversion: 2.0.72
inlineScript: |
az storage blob upload-batch -s public/roadmap -d \$web/roadmap --account-name iamai --content-cache-control 'public,max-age=3600'
- name: Azure CLI script
- name: Purge Azure CDN
uses: azure/CLI@v1
with:
azcliversion: 2.0.72
inlineScript: |
az cdn endpoint purge --content-paths "/*" --profile-name "i-am-ai" --name "i-am-ai" --resource-group "Productive"
# Azure logout
- name: logout
- name: Azure Logout
run: |
az logout
2 changes: 1 addition & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
{ text: 'AI Newsletter', link: 'https://i.am.ai/newsletter', target:'_self' },
]
},
patterns: process.env.EXPORT_PDF === 'True' ? ['**/*.md', '!.md'] : ['**/*.md', '**/*.vue'],
patterns: process.env.EXPORT_PDF === 'True' ? ['readme.md'] : ['**/*.md', '**/*.vue'],
plugins: ['@snowdog/vuepress-plugin-pdf-export', {
puppeteerLaunchOptions: {
args: ['--no-sandbox', '--disable-setuid-sandbox']
Expand Down

0 comments on commit 432aa09

Please sign in to comment.