Skip to content

Commit

Permalink
Deploy empty website
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 19, 2023
1 parent d0774c8 commit b726fd9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch docs
run: make
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build
- run: mkdir build && touch build/index.html
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit b726fd9

Please sign in to comment.