Skip to content

Commit 5f25896

Browse files
committed
Docs [ci skip]
1 parent dd4aef6 commit 5f25896

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/configuration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ To publish this file, run `php artisan airdrop:install`
99

1010
The driver you choose determines how your built assets will be stashed and restored.
1111

12-
By default, we only offer one driver: the Filesystem driver. It will store built assets as `.zip` on a disk of your choosing (usually a cloud provider).
12+
We offer two drivers out of the box:
1313

14-
To read more about the various configuration options, head to the [Filesystem Driver](/drivers/filesystem) section.
14+
- the [Filesystem Driver](/drivers/filesystem), which stores built assets as `.zip` on a disk of your choosing, usually a cloud provider.
15+
- the [GitHub Actions Driver](/drivers/github), which stores the built assets using GitHub's [Cache Action](https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows).
16+
17+
If neither of these meet your needs, you are free to [make your own](/drivers/custom).
1518

1619
## Triggers
1720

0 commit comments

Comments
 (0)