Skip to content

Commit

Permalink
Deploy documentation to S3 attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 4, 2024
1 parent c4ee0e1 commit fdba610
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build documentation website
run: npm run build -w documentation

- name: Upload static Storybook site to S3
- name: Upload static Docusaurus site to S3
run: aws s3 sync documentation/build s3://smart-forms-docs/docz

deploy-storybook:
Expand Down
1 change: 0 additions & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const config: Config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: '', // Usually your GitHub org/user name.
projectName: '', // Usually your repo name.\
trailingSlash: false,

onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down
23 changes: 0 additions & 23 deletions documentation/src/theme/NotFound/Content/LoadingPage.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions documentation/src/theme/NotFound/Content/NotFoundPage.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions documentation/src/theme/NotFound/Content/index.tsx

This file was deleted.

0 comments on commit fdba610

Please sign in to comment.