
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
github-pages-publisher
Advanced tools
A simple and transparent way to publish your web-resources to Github Pages
A simple and transparent way to publish your web-resources to Github Pages.
npm i -D github-pages-publisher
In the simplest scenario, we want to publish our web resources to the gh-pages branch, just need specifying the path to the web resource using -a or --assetsPath. eg:
npx gp -a 'packages/web/dist'
you will see a worktree directory called .gh-pages created,Now that the release is complete and you can try visiting your page.
Sometimes you want to customize some behavior, such as specifying the path to the working tree,or the name of the gh-pages branch. You can specify this through the following Settings:
-a,--assetsPath The path of the assets to be deployed to gh-pages branch.
-b,--branch The branch where the "assetsPath" is located.(default is current branch)
-w,--worktreePath The Path to store the gh-pages worktree.(default is ".gh-pages" relative to "pwd")
-p,--pagesBranch The branch to deploy gh-pages.(default is "gh-pages")
FAQs
A simple and transparent way to publish your web-resources to Github Pages
The npm package github-pages-publisher receives a total of 5 weekly downloads. As such, github-pages-publisher popularity was classified as not popular.
We found that github-pages-publisher demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.