diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 00000000..fc5d79aa --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,23 @@ +name: CI +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: [ master ] + pull_request: + branches: [ master ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: buntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under SGITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 diff --git a/entries.js b/entries.js index 271a7388..8ff6b6b6 100644 --- a/entries.js +++ b/entries.js @@ -15,6 +15,13 @@ */ const entries = [ + { + title: "Dancing Man", + filename: "mypages.html", + description: "This is my pages.", + author: "Sergey Kartynnik (SKartynnik)", + github: "SKartynnik", + }, { title: "Dancing Man", filename: "dancing_man.html", diff --git a/entries/mypages.html b/entries/mypages.html new file mode 100644 index 00000000..daa3f6ac --- /dev/null +++ b/entries/mypages.html @@ -0,0 +1,23 @@ + + + + + + + + + Browser + + + +

+ Hello!This is Sergey Kartynnik. +

+

+ This is my first pages ;) +

+ + +