Skip to content

Commit

Permalink
issue #33: remove workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 24, 2023
1 parent bc1f18a commit e77150e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/workflow-gh-pages-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@
- **Usage:** Call this workflow and provide `node-version`, `publish-dir`, `cache-dependency-path`, `working-dir` (optional, default is root), and `publish-branch` (optional, default is root) as inputs.
- **Required Secrets:**
- `GITHUB_TOKEN`: This token is automatically generated by GitHub to enable push access to the repository.
- **Workflow Steps:**
- **Checkout Repository**: Retrieves the latest code from the specified branch.
- **Setup Node.js Environment**: Configures the Node.js version and sets up caching for npm dependencies.
- **Install Dependencies**: Installs the required npm packages.
- **Build**: Compiles the project into static assets.
- **Deploy to GitHub Pages**: Publishes the static assets to the specified `publish-branch` on GitHub Pages.

0 comments on commit e77150e

Please sign in to comment.