Skip to content

Add workflow to publish on GH pages #184

@acocheo

Description

@acocheo

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfrontendIssue involving HTML, Node etc...

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions