Skip to content

Commit

Permalink
update gh-pages commands (#98)
Browse files Browse the repository at this point in the history
* Canvas test failures #91
fixed workflows
fixed dockerfile for binder

* Fix unknown entity warnings (#90)

* fixed workflows
fixed dockerfile for binder

* fixed dockerfile for binder

* fixed dockerfile for binder

* fixed dockerfile for binder

* fixed package info

* fix for #92 #93 and #94
added new workflow for releasetools

* revert changes from latest jupyterlab extension cookiecutter

* use yarn instead of npm

* workaround for yarn caches on subprojects: from actions/setup-node#488 (comment)

* workaround for yarn caches on subprojects: from actions/setup-node#488 (comment)

* new release 2.0.2 to test ReleaseTools

* Update RELEASE.yml

use already present gh-pages branch

---------

Co-authored-by: Manuel Martins <Manuel.Martins@ecmwf.int>
Co-authored-by: Jerry James <loganjerry@gmail.com>
  • Loading branch information
3 people committed Mar 10, 2023
1 parent 9de6421 commit 60c26e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/RELEASE.yml
Expand Up @@ -65,10 +65,10 @@ jobs:
# Clone Release tools
git clone --depth=2 -b master https://github.com/gap-system/ReleaseTools $HOME/ReleaseTools
# Add a new remote pointing to the GitHubPagesForGAP repository
git remote add gh-gap https://github.com/gap-system/GitHubPagesForGAP
git fetch gh-gap
# git remote add gh-gap https://github.com/gap-system/GitHubPagesForGAP
# git fetch gh-gap
# Create a fresh gh-pages branch from the new remote
git branch gh-pages gh-gap/gh-pages --no-track
# git branch gh-pages gh-gap/gh-pages --no-track
# Create a new worktree and change into it
git worktree add gh-pages gh-pages
# Copy JavaScript documentation
Expand Down

0 comments on commit 60c26e2

Please sign in to comment.