diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddb7c51..84b00d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,11 @@ jobs: # You may pin to the exact commit or the version. # uses: Cyb3r-Jak3/html5validator-action@c8012a8df62da54b8babd683a38e0dd3f49fa3ae uses: Cyb3r-Jak3/html5validator-action@v0.5 + on: + push: + branches: + - gh-pages + workflow_dispatch: with: # Path of the files to test root: # optional @@ -39,13 +44,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. + jobs: + my_job: + name: stuff + runs-on: ubuntu-18.04