Skip to content

Commit

Permalink
Remove test-docs and always run build-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eak24 committed Dec 12, 2024
1 parent fecad01 commit f9dc99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Documentation

on:
push:
branches:
- '**'
tags:
- "v*.*.*"

Expand Down Expand Up @@ -31,7 +33,7 @@ jobs:
touch _build/html/.nojekyll
- name: Archive Artifacts
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docs
path: Textbook/_build/html/
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/test-build.yml

This file was deleted.

0 comments on commit f9dc99a

Please sign in to comment.