Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Přesměrování na produktovou stránku Firefoxu
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkCZ committed Dec 22, 2024
1 parent f56dbdc commit 081f42e
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 619 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml

This file was deleted.

15 changes: 14 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,20 @@ concurrency:

jobs:
build:
uses: ./.github/workflows/build.yml
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Build site
run: |
mkdir -p _site
cp index.html 404.html _site
- name: Save built site for deploy
uses: actions/upload-pages-artifact@v3
with:
path: _site
retention-days: 7
deploy:
if: github.ref == 'refs/heads/main'
needs: build
Expand Down
1 change: 1 addition & 0 deletions 404.html
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Web Firefox.cz

Web [Firefox.cz](https://www.firefox.cz/) vznikl ještě v rámci projektu [CZilla](https://cs.wikipedia.org/wiki/CZilla) a jeho původním autorem byl [Adam Hauner](http://www.hauner.cz/). Posléze web přešel pod projekt [Mozilla.cz](https://www.mozilla.cz/).
29 changes: 0 additions & 29 deletions contribute.json

This file was deleted.

1 change: 0 additions & 1 deletion css/firefox-home-bundle.305b47d644e9.css

This file was deleted.

181 changes: 0 additions & 181 deletions css/index.css

This file was deleted.

1 change: 0 additions & 1 deletion css/pebbles-bundle.77b559310b92.css

This file was deleted.

Loading

0 comments on commit 081f42e

Please sign in to comment.