Skip to content

Commit

Permalink
Deploy docs (#23)
Browse files Browse the repository at this point in the history
* chore: remove linting step on docs (#22)
---------
Signed-off-by: Roy <[email protected]>
Co-authored-by: Carlo van Driesten <[email protected]>
  • Loading branch information
jdsika authored Mar 23, 2023
1 parent 31bf97f commit ddcc541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
run: npm install --prefix ./packages/docs.siwt.xyz

- run: npx nx format:check --exclude=acq,core,discord,discord-bot-ui,discord-bot-ui-e2e,react,sdk,siwt.xyz,siwt.xyz-e2e
- run: npx nx affected --target=lint --parallel=3 --exclude=acq,core,discord,discord-bot-ui,discord-bot-ui-e2e,react,sdk,siwt.xyz,siwt.xyz-e2e
- run: npx nx affected --target=test --parallel=3 --exclude=acq,core,discord,discord-bot-ui,discord-bot-ui-e2e,react,sdk,siwt.xyz,siwt.xyz-e2e
- run: npx nx affected --target=build --parallel=3 --exclude=acq,core,discord,discord-bot-ui,discord-bot-ui-e2e,react,sdk,siwt.xyz,siwt.xyz-e2e

Expand Down

0 comments on commit ddcc541

Please sign in to comment.