Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jpmorganchase/anu
Browse files Browse the repository at this point in the history
  • Loading branch information
Saffo, David committed Oct 26, 2023
2 parents d4f3987 + e1ddb3c commit f44993d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Deploy VitePress site to Pages
on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [main]
# push:
# branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
cd docs
npm ci
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll
# touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit f44993d

Please sign in to comment.