Skip to content

Generation github-page

Actions

About

GitHub action to create and publish a repository description to GitHub pages
1.0.0
Latest
StarΒ (3)

Build site and deploy it to Github Pages πŸš€

This Action will Build a site based on your repository and deploy it on Github Pages.

Getting Started πŸŽ‰

  1. Create a Github Actions Workflow file and add this to it
name: Build Github Pages
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Build-Vue
      uses: lentryd/VDocs@1.0.0
      with:
        username: ${{ github.repository_owner }}
        reponame: ${{ github.event.repository.name }}
        branch: ${{ github.ref_name }}
        token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
  1. Go to Settings -> Scroll down to GitHub Pages -> Select gh-pages as branch and / as directory

Options πŸ”§

Name Description Default Required
username Your username - βœ…
reponame Your repository name - βœ…
branch Your repository branch - βœ…
gtag Your google analytic tag - ❎
token Please leave this line unchanged - βœ…

Generation github-page is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub action to create and publish a repository description to GitHub pages
1.0.0
Latest

Generation github-page is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.