Skip to content

Commit

Permalink
Change: Remove GitHub Actions for deploying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Dec 31, 2023
1 parent dc9238b commit 53b25d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/docs_deploy.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
![conan center](https://img.shields.io/conan/v/fastgltf?style=flat-square)
![CI_x64 workflow status](https://img.shields.io/github/actions/workflow/status/spnda/fastgltf/ci_x64.yml?label=CI%20x64&style=flat-square)
![CI_arm workflow status](https://img.shields.io/github/actions/workflow/status/spnda/fastgltf/ci_arm.yml?label=CI%20ARM&style=flat-square)
[![Documentation Status](https://readthedocs.org/projects/fastgltf/badge/?version=latest)](https://fastgltf.readthedocs.io/latest/?badge=latest)


**fastgltf** is a speed and usability focused glTF 2.0 parser written in modern C++17 with minimal dependencies.
Expand All @@ -15,7 +16,7 @@ By default, fastgltf will only do the absolute minimum to work with a glTF model
However, it brings many additional features to ease working with the data,
including accessor tools, the ability to directly write to mapped GPU buffers, and decomposing transform matrices.

To learn more about fastgltf, its features, performance and API you can read [the docs](https://spnda.github.io/fastgltf).
To learn more about fastgltf, its features, performance and API you can read [the docs](https://fastgltf.readthedocs.io/v0.6.x/).

## License

Expand Down

0 comments on commit 53b25d3

Please sign in to comment.