Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsoni1010 committed Aug 15, 2023
2 parents dacfe6b + e862528 commit ee31d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: FranzDiebold/github-env-vars-action@v2
- run: sh -c "$(curl -fsSL https://fastn.io/install.sh)"
- run: sh -c "$(curl -fsSL https://fastn.com/install.sh)"
- name: Build the pages with fastn
run: |
echo "Using '$CI_REPOSITORY_NAME_SLUG/' as the base while building"
Expand Down
4 changes: 2 additions & 2 deletions FASTN/ds.ftd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- import: fastn
-- import: fastn-community.github.io/footer
-- import: fastn-community.github.io/roboto-typography as typo
-- import: fastn-community.github.io/doc-site/common
-- import: fastn-community.github.io/doc-site/
-- import: doc-site/common
-- import: doc-site
export: markdown,h0,h1,h2,h3,code,rendered,output,image,iframe,youtube,compact-text,post,posts,featured-post,image-first,image-in-between,without-image,author-bio,tip,not-found-1,not-found-2,link,link-group

-- common.site-logo site-logo: $assets.files.assets.ipsum-logo.svg
Expand Down

0 comments on commit ee31d54

Please sign in to comment.