Best of GitHub ActionsSeptember 2023

  1. 1
    Article
    Avatar of devtoDEV·3y

    Creating Dynamic README.md File

    In this project, I'm using Github Action to automatically update the weather in the README.md file. The specific thing here is that the weather is updated every 6 hours automatically. In this article, I will walk you through how I did that. Let's get started! Let's take a look at what is Github Actions GitHub Actions.

  2. 2
    Article
    Avatar of ghblogGitHub Blog·3y

    GitHub Learning Pathways: Learn from the best

    GitHub is launching Learning Pathways, which offer prescriptive modules for building knowledge and expertise through tutorials and insights from engineering leaders. The modules are organized into three levels - Essentials, Intermediate, and Advanced. Learn about CI/CD workflow, GitHub Advanced Security, and configuring GitHub Enterprise Cloud.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How to Create CI/CD with Github Action and Laravel

    How to Create CI/CD with Github Action and Laravel. How to create zero-downtime deployment with Laravel and GitHub actions. Use GitHub Actions and a deployment tool called Deployer.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Contribute to Open-Source Projects – A Handbook for Beginners

    The open source movement champions the idea that knowledge should be accessible to all. The main idea behind the open-source software is not only to share the code but create communities with a culture of collaboration, transparency and shared learning. Open-source projects are usually developed in a collaborative manner, mostly by a community of volunteers.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Run GitHub Actions Locally with Act

    Run GitHub Actions Locally with Act is a tool that reads your workflows and determines the actions that need to run. Act uses Docker to pull or build the necessary images that are defined in your workflow. It then uses the Docker API to run containers for each action based on the images provided.

  6. 6
    Article
    Avatar of devtoDEV·3y

    Update your dev.to articles into your Github profile

    Update your dev.to articles into your Github profile - DEV Community. In your repository, create a file named README.md in its root. Write anything you want within the file.

  7. 7
    Article
    Avatar of astro_sourceAstro·3y

    How Astro does i18n

    Astro docs have been officially translated into 12 different languages with over 1000 pages translated in total. Even our full introductory tutorial (32 pages in total) has been translated into six different languages. Today is our official Community Day celebration, so we wanted to share how we built this internationalization engine at Astro.