diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4792e0..6a23d15 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Clone fonts repository - run: git clone https://github.com/touying-typ/fonts.git fonts --depth=1 + run: git clone https://github.com/touying-typ/fonts.git assets/fonts --depth=1 - name: Set up Python uses: actions/setup-python@v4 with: @@ -23,7 +23,7 @@ jobs: - name: Build HTML File run: | mkdir build - touying compile presentation.typ --output build/index.html --format html --font-paths fonts + touying compile presentation.typ --output build/index.html --format html --font-paths assets/fonts - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: