Skip to content

Commit

Permalink
feat: revert to gh-pages root
Browse files Browse the repository at this point in the history
  • Loading branch information
few-sw committed Nov 16, 2023
1 parent e38c0de commit 64da29e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/typedoc-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ jobs:
config: ${{ env.CONFIG_PATH }}
pnpm: ${{ env.USES_PNPM }}

- name: Sync branch
id: pull
uses: tretuna/sync-branches@1.2.0
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: 'typedoc-configuration'
TO_BRANCH: 'gh-pages'
# - name: Sync branch
# id: pull
# uses: tretuna/sync-branches@1.2.0
# with:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# FROM_BRANCH: 'typedoc-configuration'
# TO_BRANCH: 'gh-pages'

- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ${{ env.DESTINATION_FOLDER }}
target-folder: ${{ env.DESTINATION_FOLDER }}
# clean: true
clean: true
# target-folder: ${{ env.DESTINATION_FOLDER }}
# clean-exclude: |
# docs/package-architecture.png
# docs/README_TYPEDOC.md
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typedocOptions": {
"name": "near-api-js",
"includeVersion": true,
// "readme": "docs/README_TYPEDOC.md",
"readme": "docs/README_TYPEDOC.md",
"skipErrorChecking": true,
"disableGit": true,
"entryPoints": [
Expand Down

0 comments on commit 64da29e

Please sign in to comment.