mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
Update main.yml
This commit is contained in:
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user