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

Commit

Permalink
implemented recommended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev committed Jan 27, 2024
1 parent ab9d4b0 commit e1bb853
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ on:

jobs:
fastn-build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Pull the latest commits
run: git pull
- uses: FranzDiebold/github-env-vars-action@v2
- run: sh -c "$(curl -fsSL https://fastn.com/install.sh)"
- name: Build the pages with fastn
run: fastn build --base=/ --offline
- name: Install Fastn
run: source <(curl -fsSL https://fastn.com/install.sh)
- name: Build pages with Fastn
run: fastn build --offline
- name: Deploy to vh_page branch
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit e1bb853

Please sign in to comment.