Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing documentation workflow issues #176

Conversation

Gfacco
Copy link
Contributor

@Gfacco Gfacco commented Jun 3, 2022

This should fix the issues where the link to the github pages site was not working.

A small typo was introduced where instead of the contents of the _site folder being moved to the public folder, the whole folder was moved. By changing the copy command as seen below will result in the desired behaviour.

cp -a _site ../../public
since public already exists this moves the contents of _site to public/_site

cp -a _site/* ../../public
this will move only the contents of _site to public

Copy link
Member

@RobertPincus RobertPincus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, happy to try this.

@RobertPincus RobertPincus merged commit 0482f9e into earth-system-radiation:develop Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants