Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Platform: prevent hover on mobile (#25)
Browse files Browse the repository at this point in the history
* add action script to deploy to gh-pages

* ignore build folder

* prevent :hover matching on touch screen

* add nojekll file to prevent build failure

* test

* test

* fix
  • Loading branch information
AMashoshyna authored and zonzujiro committed Jan 5, 2020
1 parent 0fc380c commit 7341a94
Show file tree
Hide file tree
Showing 129 changed files with 39 additions and 3,590 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Build
run: |
npm install
npm run-script build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ yarn.lock
_tmp
node_modules
bower_components
build
build/
Empty file added .nojekyll
Empty file.
2 changes: 0 additions & 2 deletions build/css/app.css

This file was deleted.

1 change: 0 additions & 1 deletion build/css/app.css.map

This file was deleted.

Binary file removed build/fonts/AvenirNextLTPro-300.woff
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-300.woff2
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-400.woff
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-400.woff2
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-500.woff
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-500.woff2
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-600.woff
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-600.woff2
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-700.woff
Binary file not shown.
Binary file removed build/fonts/AvenirNextLTPro-700.woff2
Binary file not shown.
Binary file removed build/img/AnnaKuzmenko.jpg
Binary file not shown.
Binary file removed build/img/AnnaStapashko.jpg
Binary file not shown.
Binary file removed build/img/alumni/AlekseyIvanov.jpg
Binary file not shown.
Binary file removed build/img/alumni/AnnaStepashko.jpg
Binary file not shown.
Binary file removed build/img/alumni/MaksymKalashnyk.jpg
Binary file not shown.
Binary file removed build/img/alumni/MaryFedirko.jpg
Binary file not shown.
Binary file removed build/img/alumni/VladVorobiov.jpg
Binary file not shown.
Binary file removed build/img/android-chrome-192x192.png
Binary file not shown.
Binary file removed build/img/android-chrome-512x512.png
Binary file not shown.
Binary file removed build/img/apple-touch-icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions build/img/arrow-active.svg

This file was deleted.

3 changes: 0 additions & 3 deletions build/img/arrow.svg

This file was deleted.

9 changes: 0 additions & 9 deletions build/img/border.svg

This file was deleted.

Loading

0 comments on commit 7341a94

Please sign in to comment.