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

Add Hugo deployment over workflow #336

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

nuclearcat
Copy link
Member

Initial hugo deployment over workflow

@nuclearcat nuclearcat force-pushed the add-hugo-deployment branch from 2158fe3 to bda8a9c Compare April 25, 2024 03:36
run: npm install --save-dev autoprefixer && npm install postcss-cli && npm install -D postcss && npm install -D postcss-preset-env && npm install -D bootstrap-sass

- name: Build
run: cd kernelci.org;hugo --minify
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't forget the flags for staging, I guess this could be disabled when the action is running from the kernelci.org production branch:

-D -F -b https://static.staging.kernelci.org/

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks!

@nuclearcat nuclearcat force-pushed the add-hugo-deployment branch from bda8a9c to 431ba7d Compare April 26, 2024 10:53
Initial hugo deployment over workflow

Signed-off-by: Denys Fedoryshchenko <[email protected]>
@nuclearcat nuclearcat force-pushed the add-hugo-deployment branch from 431ba7d to ad58ca2 Compare April 26, 2024 10:56
@nuclearcat nuclearcat marked this pull request as ready for review April 26, 2024 10:56
@nuclearcat
Copy link
Member Author

Merging, as i need to continue testing, it should not affect real website

@nuclearcat nuclearcat merged commit 7193151 into kernelci:main Apr 26, 2024
1 check passed
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.

2 participants