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 workflow to publish on GH pages #184

Open
acocheo opened this issue Sep 5, 2023 · 0 comments
Open

Add workflow to publish on GH pages #184

acocheo opened this issue Sep 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request frontend Issue involving HTML, Node etc...

Comments

@acocheo
Copy link
Collaborator

acocheo commented Sep 5, 2023

Workflow will:

  • install npm
  • run build
  • run a job like this:
  # Deployment job
  deploy:
    environment:
      name: github-pages
      url: ${{ steps.deployment.outputs.page_url }}
    runs-on: ubuntu-latest
    needs: build
    steps:
      - name: Deploy to GitHub Pages
        id: deployment
        uses: actions/deploy-pages@v2
@acocheo acocheo added enhancement New feature or request frontend Issue involving HTML, Node etc... labels Sep 5, 2023
@acocheo acocheo self-assigned this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Issue involving HTML, Node etc...
Projects
None yet
Development

No branches or pull requests

1 participant